Html Css Color HEX #AABB20 Bahia

📋 copy color: '#AABB20'

red 170 ◦ green 187 ◦ blue 32

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

Shades of Bahia #AABB20

Tints of Bahia #AABB20

RGB

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

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

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

R = 43.7%
G = 48.07%
B = 8.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#AABB20 (or 0xAABB20) is known color: Bahia. HEX triplet: AA, BB and 20. RGB value is (170,187,32). Sum of RGB (Red+Green+Blue) = 170+187+32=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB20 is #5544DF. Grayscale: #A4A4A4. Windows color (decimal): -5588192 or 2145194. OLE color: 2145194.

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

Color convert

RGB 170 187 32 -
CMYK 0.09 0 0.83 0.27
HSL 66.58º 0.71% 0.43% -
HSV(B) 66.58º 0.83% 0.73% -
XYZ 34.61 44.19 8.07 -
YUV 164.25 53.37 132.1 -
System Red Green Blue C M Y K H S L
Decimal 170 187 32 0.09 0 0.83 0.27 66.58 0.71 0.43
Hex AA BB 20 9 0 53 1B 43 47 2B
Octal 252 273 40 11 0 123 33 103 107 53
Binary 10101010 10111011 100000 1001 0 1010011 11011 1000011 1000111 101011

Color Harmonies of #AABB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB20

Black with #AABB20

Text Example


Text Example

White with #AABB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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