Html Css Color HEX #ABB220 Bahia

📋 copy color: '#ABB220'

red 171 ◦ green 178 ◦ blue 32

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

Shades of Bahia #ABB220

Tints of Bahia #ABB220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.72%

 BLUE value IS 32 (12.89% from 255) = 8.4%

R = 44.88%
G = 46.72%
B = 8.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#ABB220 (or 0xABB220) is known color: Bahia. HEX triplet: AB, B2 and 20. RGB value is (171,178,32). Sum of RGB (Red+Green+Blue) = 171+178+32=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB220 is #544DDF. Grayscale: #9F9F9F. Windows color (decimal): -5524960 or 2142891. OLE color: 2142891.

HSL color Cylindrical-coordinate representation of color #ABB220: hue angle of 62.88º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABB220 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 178 32 -
CMYK 0.04 0 0.82 0.30
HSL 62.88º 0.7% 0.41% -
HSV(B) 62.88º 0.82% 0.7% -
XYZ 32.98 40.6 7.47 -
YUV 159.26 56.18 136.37 -
System Red Green Blue C M Y K H S L
Decimal 171 178 32 0.04 0 0.82 0.30 62.88 0.7 0.41
Hex AB B2 20 4 0 52 1E 3F 46 29
Octal 253 262 40 4 0 122 36 77 106 51
Binary 10101011 10110010 100000 100 0 1010010 11110 111111 1000110 101001

Color Harmonies of #ABB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB220

Black with #ABB220

Text Example


Text Example

White with #ABB220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB220; }

 p { color: rgb(171,178,32); }

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

background-color css

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

 a { background-color: rgb(171,178,32); }

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

border-color css

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

 span { border-color: rgb(171,178,32); }

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