Html Css Color HEX #ABBB18 Bahia

📋 copy color: '#ABBB18'

red 171 ◦ green 187 ◦ blue 24

#ABBB18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ABBB18

Tints of Bahia #ABBB18

RGB

 RED value IS 171 (67.19% from 255) = 44.76%

 GREEN value IS 187 (73.44% from 255) = 48.95%

 BLUE value IS 24 (9.77% from 255) = 6.28%

R = 44.76%
G = 48.95%
B = 6.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#ABBB18 (or 0xABBB18) is known color: Bahia. HEX triplet: AB, BB and 18. RGB value is (171,187,24). Sum of RGB (Red+Green+Blue) = 171+187+24=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBB18 is #5444E7. Grayscale: #A4A4A4. Windows color (decimal): -5522664 or 1620907. OLE color: 1620907.

HSL color Cylindrical-coordinate representation of color #ABBB18: hue angle of 65.89º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABBB18 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 187 24 -
CMYK 0.09 0 0.87 0.27
HSL 65.89º 0.77% 0.41% -
HSV(B) 65.89º 0.87% 0.73% -
XYZ 34.73 44.26 7.58 -
YUV 163.63 49.2 133.25 -
System Red Green Blue C M Y K H S L
Decimal 171 187 24 0.09 0 0.87 0.27 65.89 0.77 0.41
Hex AB BB 18 9 0 57 1B 42 4D 29
Octal 253 273 30 11 0 127 33 102 115 51
Binary 10101011 10111011 11000 1001 0 1010111 11011 1000010 1001101 101001

Color Harmonies of #ABBB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB18

Black with #ABBB18

Text Example


Text Example

White with #ABBB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB18; }

 p { color: rgb(171,187,24); }

 H1.HeaderClassName
 {
   color: #ABBB18;
 }
 .AnyTagClassName
 {
   color: #ABBB18;
 }
</style>

background-color css

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

 a { background-color: rgb(171,187,24); }

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

border-color css

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

 span { border-color: rgb(171,187,24); }

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