Html Css Color HEX #ABB720 Bahia

📋 copy color: '#ABB720'

red 171 ◦ green 183 ◦ blue 32

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

Shades of Bahia #ABB720

Tints of Bahia #ABB720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.41%

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

R = 44.3%
G = 47.41%
B = 8.29%

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

#ABB720 (or 0xABB720) is known color: Bahia. HEX triplet: AB, B7 and 20. RGB value is (171,183,32). Sum of RGB (Red+Green+Blue) = 171+183+32=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB720 is #5448DF. Grayscale: #A2A2A2. Windows color (decimal): -5523680 or 2144171. OLE color: 2144171.

HSL color Cylindrical-coordinate representation of color #ABB720: hue angle of 64.77º 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 #ABB720 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 183 32 -
CMYK 0.07 0 0.83 0.28
HSL 64.77º 0.7% 0.42% -
HSV(B) 64.77º 0.83% 0.72% -
XYZ 33.99 42.63 7.8 -
YUV 162.2 54.52 134.28 -
System Red Green Blue C M Y K H S L
Decimal 171 183 32 0.07 0 0.83 0.28 64.77 0.7 0.42
Hex AB B7 20 7 0 53 1C 41 46 2A
Octal 253 267 40 7 0 123 34 101 106 52
Binary 10101011 10110111 100000 111 0 1010011 11100 1000001 1000110 101010

Color Harmonies of #ABB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB720

Black with #ABB720

Text Example


Text Example

White with #ABB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB720; }

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

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

background-color css

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

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

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

border-color css

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

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

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