Html Css Color HEX #ABBB29 Bahia

📋 copy color: '#ABBB29'

red 171 ◦ green 187 ◦ blue 41

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

Shades of Bahia #ABBB29

Tints of Bahia #ABBB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.28%

R = 42.86%
G = 46.87%
B = 10.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#ABBB29 (or 0xABBB29) is known color: Bahia. HEX triplet: AB, BB and 29. RGB value is (171,187,41). Sum of RGB (Red+Green+Blue) = 171+187+41=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBB29 is #5444D6. Grayscale: #A6A6A6. Windows color (decimal): -5522647 or 2735019. OLE color: 2735019.

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

Color convert

RGB 171 187 41 -
CMYK 0.09 0 0.78 0.27
HSL 66.58º 0.64% 0.45% -
HSV(B) 66.58º 0.78% 0.73% -
XYZ 34.97 44.36 8.82 -
YUV 165.57 57.7 131.87 -
System Red Green Blue C M Y K H S L
Decimal 171 187 41 0.09 0 0.78 0.27 66.58 0.64 0.45
Hex AB BB 29 9 0 4E 1B 43 40 2D
Octal 253 273 51 11 0 116 33 103 100 55
Binary 10101011 10111011 101001 1001 0 1001110 11011 1000011 1000000 101101

Color Harmonies of #ABBB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB29

Black with #ABBB29

Text Example


Text Example

White with #ABBB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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