Html Css Color HEX #AAB52D Bahia

📋 copy color: '#AAB52D'

red 170 ◦ green 181 ◦ blue 45

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

Shades of Bahia #AAB52D

Tints of Bahia #AAB52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.36%

R = 42.93%
G = 45.71%
B = 11.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#AAB52D (or 0xAAB52D) is known color: Bahia. HEX triplet: AA, B5 and 2D. RGB value is (170,181,45). Sum of RGB (Red+Green+Blue) = 170+181+45=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB52D is #554AD2. Grayscale: #A2A2A2. Windows color (decimal): -5589715 or 2995626. OLE color: 2995626.

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

Color convert

RGB 170 181 45 -
CMYK 0.06 0 0.75 0.29
HSL 64.85º 0.6% 0.44% -
HSV(B) 64.85º 0.75% 0.71% -
XYZ 33.58 41.78 8.78 -
YUV 162.21 61.86 133.56 -
System Red Green Blue C M Y K H S L
Decimal 170 181 45 0.06 0 0.75 0.29 64.85 0.6 0.44
Hex AA B5 2D 6 0 4B 1D 41 3C 2C
Octal 252 265 55 6 0 113 35 101 74 54
Binary 10101010 10110101 101101 110 0 1001011 11101 1000001 111100 101100

Color Harmonies of #AAB52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB52D

Black with #AAB52D

Text Example


Text Example

White with #AAB52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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