#A0BD18

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

Shades of Bahia #A0BD18

Tints of Bahia #A0BD18

Color information

#A0BD18 (or 0xA0BD18) is unknown color: approx Bahia. HEX triplet: A0, BD and 18. RGB value is (160,189,24). Sum of RGB (Red+Green+Blue) = 160+189+24=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BD18 is #5F42E7. Grayscale: #A2A2A2. Windows color (decimal): -6243048 or 1621408. OLE color: 1621408.

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

Color convert

RGB16018924-
CMYK0.1500.870.26
HSL70.55º77.46%41.76%-
HSV(B)70.55º87.3%74.12%-
XYZ32.8643.937.61-
YUV161.5250.39126.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 189 (74.22% from 255) = 50.67%
BLUE value IS 24 (9.77% from 255) = 6.43%
R=42.90%
G=50.67%
B=6.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160189240.1500.870.2670.5577.4641.76
HexA0BD18F0571A474d2a
Octal240275301701273210711552
Binary1010000010111101110001111010101111101010001111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BD18; }

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

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

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

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

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

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

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

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