Html Css Color HEX #AAB52C Bahia

📋 copy color: '#AAB52C'

red 170 ◦ green 181 ◦ blue 44

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

Shades of Bahia #AAB52C

Tints of Bahia #AAB52C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.82%

 BLUE value IS 44 (17.58% from 255) = 11.14%

R = 43.04%
G = 45.82%
B = 11.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#AAB52C (or 0xAAB52C) is known color: Bahia. HEX triplet: AA, B5 and 2C. RGB value is (170,181,44). Sum of RGB (Red+Green+Blue) = 170+181+44=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB52C is #554AD3. Grayscale: #A2A2A2. Windows color (decimal): -5589716 or 2930090. OLE color: 2930090.

HSL color Cylindrical-coordinate representation of color #AAB52C: hue angle of 64.82º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAB52C is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 44 -
CMYK 0.06 0 0.76 0.29
HSL 64.82º 0.61% 0.44% -
HSV(B) 64.82º 0.76% 0.71% -
XYZ 33.56 41.78 8.68 -
YUV 162.09 61.36 133.64 -
System Red Green Blue C M Y K H S L
Decimal 170 181 44 0.06 0 0.76 0.29 64.82 0.61 0.44
Hex AA B5 2C 6 0 4C 1D 41 3D 2C
Octal 252 265 54 6 0 114 35 101 75 54
Binary 10101010 10110101 101100 110 0 1001100 11101 1000001 111101 101100

Color Harmonies of #AAB52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB52C

Black with #AAB52C

Text Example


Text Example

White with #AAB52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB52C; }

 p { color: rgb(170,181,44); }

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

background-color css

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

 a { background-color: rgb(170,181,44); }

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

border-color css

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

 span { border-color: rgb(170,181,44); }

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