#A2BD18

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

Shades of Bahia #A2BD18

Tints of Bahia #A2BD18

Color information

#A2BD18 (or 0xA2BD18) is unknown color: approx Bahia. HEX triplet: A2, BD and 18. RGB value is (162,189,24). Sum of RGB (Red+Green+Blue) = 162+189+24=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BD18 is #5D42E7. Grayscale: #A2A2A2. Windows color (decimal): -6111976 or 1621410. OLE color: 1621410.

HSL color Cylindrical-coordinate representation of color #A2BD18: hue angle of 69.82º 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 #A2BD18 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB16218924-
CMYK0.1400.870.26
HSL69.82º77.46%41.76%-
HSV(B)69.82º87.3%74.12%-
XYZ33.2644.147.63-
YUV162.1250.05127.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 189 (74.22% from 255) = 50.4%
BLUE value IS 24 (9.77% from 255) = 6.4%
R=43.2%
G=50.4%
B=6.4%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162189240.1400.870.2669.8277.4641.76
HexA2BD18E0571A464d2a
Octal242275301601273210611552
Binary1010001010111101110001110010101111101010001101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BD18; }

 p { color: rgb(162,189,24); }

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

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

 a { background-color: rgb(162,189,24); }

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

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

 span { border-color: rgb(162,189,24); }

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