#A5BF13

Color #A5BF13 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A5BF13

Tints of Bahia #A5BF13

Color information

#A5BF13 (or 0xA5BF13) is unknown color: approx Bahia. HEX triplet: A5, BF and 13. RGB value is (165,191,19). Sum of RGB (Red+Green+Blue) = 165+191+19=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BF13 is #5A40EC. Grayscale: #A4A4A4. Windows color (decimal): -5914861 or 1294245. OLE color: 1294245.

HSL color Cylindrical-coordinate representation of color #A5BF13: hue angle of 69.07º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5BF13 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB16519119-
CMYK0.1400.900.25
HSL69.07º81.9%41.18%-
HSV(B)69.07º90.05%74.9%-
XYZ34.2745.317.56-
YUV163.6246.39128.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 191 (75% from 255) = 50.93%
BLUE value IS 19 (7.81% from 255) = 5.07%
R=44%
G=50.93%
B=5.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165191190.1400.900.2569.0781.941.18
HexA5BF13E05A19455229
Octal245277231601323110512251
Binary1010010110111111100111110010110101100110001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BF13; }

 p { color: rgb(165,191,19); }

 H1.HeaderClassName
 {
   color: #A5BF13;
 }
 .AnyTagClassName
 {
   color: #A5BF13;
 }
</style>
background-color css

<style>
 a { background-color: #A5BF13; }

 a { background-color: rgb(165,191,19); }

 div.DivClassName
 {
   background-color: #A5BF13;
 }
 .BgClassName
 {
   background-color: #A5BF13;
 }
</style>
border-color css

<style>
 span { border-color: #A5BF13; }

 span { border-color: rgb(165,191,19); }

 td.TdClassName
 {
   border-color: #A5BF13;
 }
 .TagClassName
 {
   border-color: #A5BF13;
 }
</style>