#A5BD19

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

Shades of Bahia #A5BD19

Tints of Bahia #A5BD19

Color information

#A5BD19 (or 0xA5BD19) is unknown color: approx Bahia. HEX triplet: A5, BD and 19. RGB value is (165,189,25). Sum of RGB (Red+Green+Blue) = 165+189+25=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BD19 is #5A42E6. Grayscale: #A3A3A3. Windows color (decimal): -5915367 or 1686949. OLE color: 1686949.

HSL color Cylindrical-coordinate representation of color #A5BD19: hue angle of 68.78º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5BD19 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB16518925-
CMYK0.1300.870.26
HSL68.78º76.64%41.96%-
HSV(B)68.78º86.77%74.12%-
XYZ33.8944.467.72-
YUV163.1350.05129.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 189 (74.22% from 255) = 49.87%
BLUE value IS 25 (10.16% from 255) = 6.60%
R=43.54%
G=49.87%
B=6.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165189250.1300.870.2668.7876.6441.96
HexA5BD19D0571A454d2a
Octal245275311501273210511552
Binary1010010110111101110011101010101111101010001011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BD19; }

 p { color: rgb(165,189,25); }

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

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

 a { background-color: rgb(165,189,25); }

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

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

 span { border-color: rgb(165,189,25); }

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