Html Css Color HEX #ABBB31 Bahia

📋 copy color: '#ABBB31'

red 171 ◦ green 187 ◦ blue 49

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

Shades of Bahia #ABBB31

Tints of Bahia #ABBB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.04%

R = 42.01%
G = 45.95%
B = 12.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#ABBB31 (or 0xABBB31) is known color: Bahia. HEX triplet: AB, BB and 31. RGB value is (171,187,49). Sum of RGB (Red+Green+Blue) = 171+187+49=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBB31 is #5444CE. Grayscale: #A7A7A7. Windows color (decimal): -5522639 or 3259307. OLE color: 3259307.

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

Color convert

RGB 171 187 49 -
CMYK 0.09 0 0.74 0.27
HSL 66.96º 0.58% 0.46% -
HSV(B) 66.96º 0.74% 0.73% -
XYZ 35.12 44.42 9.63 -
YUV 166.48 61.7 131.22 -
System Red Green Blue C M Y K H S L
Decimal 171 187 49 0.09 0 0.74 0.27 66.96 0.58 0.46
Hex AB BB 31 9 0 4A 1B 43 3A 2E
Octal 253 273 61 11 0 112 33 103 72 56
Binary 10101011 10111011 110001 1001 0 1001010 11011 1000011 111010 101110

Color Harmonies of #ABBB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB31

Black with #ABBB31

Text Example


Text Example

White with #ABBB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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