Html Css Color HEX #ABBB16 Bahia

📋 copy color: '#ABBB16'

red 171 ◦ green 187 ◦ blue 22

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

Shades of Bahia #ABBB16

Tints of Bahia #ABBB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.79%

R = 45%
G = 49.21%
B = 5.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#ABBB16 (or 0xABBB16) is known color: Bahia. HEX triplet: AB, BB and 16. RGB value is (171,187,22). Sum of RGB (Red+Green+Blue) = 171+187+22=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBB16 is #5444E9. Grayscale: #A4A4A4. Windows color (decimal): -5522666 or 1489835. OLE color: 1489835.

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

Color convert

RGB 171 187 22 -
CMYK 0.09 0 0.88 0.27
HSL 65.82º 0.79% 0.41% -
HSV(B) 65.82º 0.88% 0.73% -
XYZ 34.71 44.26 7.47 -
YUV 163.41 48.2 133.42 -
System Red Green Blue C M Y K H S L
Decimal 171 187 22 0.09 0 0.88 0.27 65.82 0.79 0.41
Hex AB BB 16 9 0 58 1B 42 4F 29
Octal 253 273 26 11 0 130 33 102 117 51
Binary 10101011 10111011 10110 1001 0 1011000 11011 1000010 1001111 101001

Color Harmonies of #ABBB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB16

Black with #ABBB16

Text Example


Text Example

White with #ABBB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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