Html Css Color HEX #AABF20 Bahia

📋 copy color: '#AABF20'

red 170 ◦ green 191 ◦ blue 32

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

Shades of Bahia #AABF20

Tints of Bahia #AABF20

RGB

 RED value IS 170 (66.8% from 255) = 43.26%

 GREEN value IS 191 (75% from 255) = 48.6%

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

R = 43.26%
G = 48.6%
B = 8.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#AABF20 (or 0xAABF20) is known color: Bahia. HEX triplet: AA, BF and 20. RGB value is (170,191,32). Sum of RGB (Red+Green+Blue) = 170+191+32=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF20 is #5540DF. Grayscale: #A7A7A7. Windows color (decimal): -5587168 or 2146218. OLE color: 2146218.

HSL color Cylindrical-coordinate representation of color #AABF20: hue angle of 67.92º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AABF20 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 191 32 -
CMYK 0.11 0 0.83 0.25
HSL 67.92º 0.71% 0.44% -
HSV(B) 67.92º 0.83% 0.75% -
XYZ 35.47 45.91 8.36 -
YUV 166.6 52.04 130.43 -
System Red Green Blue C M Y K H S L
Decimal 170 191 32 0.11 0 0.83 0.25 67.92 0.71 0.44
Hex AA BF 20 B 0 53 19 44 47 2C
Octal 252 277 40 13 0 123 31 104 107 54
Binary 10101010 10111111 100000 1011 0 1010011 11001 1000100 1000111 101100

Color Harmonies of #AABF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF20

Black with #AABF20

Text Example


Text Example

White with #AABF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF20; }

 p { color: rgb(170,191,32); }

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

background-color css

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

 a { background-color: rgb(170,191,32); }

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

border-color css

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

 span { border-color: rgb(170,191,32); }

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