Html Css Color HEX #ABBB32 Bahia

📋 copy color: '#ABBB32'

red 171 ◦ green 187 ◦ blue 50

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

Shades of Bahia #ABBB32

Tints of Bahia #ABBB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 41.91%
G = 45.83%
B = 12.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#ABBB32 (or 0xABBB32) is known color: Bahia. HEX triplet: AB, BB and 32. RGB value is (171,187,50). Sum of RGB (Red+Green+Blue) = 171+187+50=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBB32 is #5444CD. Grayscale: #A7A7A7. Windows color (decimal): -5522638 or 3324843. OLE color: 3324843.

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

Color convert

RGB 171 187 50 -
CMYK 0.09 0 0.73 0.27
HSL 67.01º 0.58% 0.46% -
HSV(B) 67.01º 0.73% 0.73% -
XYZ 35.14 44.43 9.74 -
YUV 166.6 62.2 131.14 -
System Red Green Blue C M Y K H S L
Decimal 171 187 50 0.09 0 0.73 0.27 67.01 0.58 0.46
Hex AB BB 32 9 0 49 1B 43 3A 2E
Octal 253 273 62 11 0 111 33 103 72 56
Binary 10101011 10111011 110010 1001 0 1001001 11011 1000011 111010 101110

Color Harmonies of #ABBB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB32

Black with #ABBB32

Text Example


Text Example

White with #ABBB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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