Html Css Color HEX #ABB820 Bahia

📋 copy color: '#ABB820'

red 171 ◦ green 184 ◦ blue 32

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

Shades of Bahia #ABB820

Tints of Bahia #ABB820

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.55%

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

R = 44.19%
G = 47.55%
B = 8.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#ABB820 (or 0xABB820) is known color: Bahia. HEX triplet: AB, B8 and 20. RGB value is (171,184,32). Sum of RGB (Red+Green+Blue) = 171+184+32=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB820 is #5447DF. Grayscale: #A3A3A3. Windows color (decimal): -5523424 or 2144427. OLE color: 2144427.

HSL color Cylindrical-coordinate representation of color #ABB820: hue angle of 65.13º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABB820 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 184 32 -
CMYK 0.07 0 0.83 0.28
HSL 65.13º 0.7% 0.42% -
HSV(B) 65.13º 0.83% 0.72% -
XYZ 34.2 43.04 7.87 -
YUV 162.79 54.19 133.86 -
System Red Green Blue C M Y K H S L
Decimal 171 184 32 0.07 0 0.83 0.28 65.13 0.7 0.42
Hex AB B8 20 7 0 53 1C 41 46 2A
Octal 253 270 40 7 0 123 34 101 106 52
Binary 10101011 10111000 100000 111 0 1010011 11100 1000001 1000110 101010

Color Harmonies of #ABB820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB820

Black with #ABB820

Text Example


Text Example

White with #ABB820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB820; }

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

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

background-color css

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

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

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

border-color css

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

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

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