Html Css Color HEX #ABBB10 Bahia

📋 copy color: '#ABBB10'

red 171 ◦ green 187 ◦ blue 16

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

Shades of Bahia #ABBB10

Tints of Bahia #ABBB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.28%

R = 45.72%
G = 50%
B = 4.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#ABBB10 (or 0xABBB10) is known color: Bahia. HEX triplet: AB, BB and 10. RGB value is (171,187,16). Sum of RGB (Red+Green+Blue) = 171+187+16=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBB10 is #5444EF. Grayscale: #A3A3A3. Windows color (decimal): -5522672 or 1096619. OLE color: 1096619.

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

Color convert

RGB 171 187 16 -
CMYK 0.09 0 0.91 0.27
HSL 65.61º 0.84% 0.4% -
HSV(B) 65.61º 0.91% 0.73% -
XYZ 34.66 44.24 7.2 -
YUV 162.72 45.2 133.9 -
System Red Green Blue C M Y K H S L
Decimal 171 187 16 0.09 0 0.91 0.27 65.61 0.84 0.4
Hex AB BB 10 9 0 5B 1B 42 54 28
Octal 253 273 20 11 0 133 33 102 124 50
Binary 10101011 10111011 10000 1001 0 1011011 11011 1000010 1010100 101000

Color Harmonies of #ABBB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB10

Black with #ABBB10

Text Example


Text Example

White with #ABBB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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