Html Css Color HEX #AAB32D Bahia

📋 copy color: '#AAB32D'

red 170 ◦ green 179 ◦ blue 45

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

Shades of Bahia #AAB32D

Tints of Bahia #AAB32D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.43%

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

R = 43.15%
G = 45.43%
B = 11.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#AAB32D (or 0xAAB32D) is known color: Bahia. HEX triplet: AA, B3 and 2D. RGB value is (170,179,45). Sum of RGB (Red+Green+Blue) = 170+179+45=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB32D is #554CD2. Grayscale: #A1A1A1. Windows color (decimal): -5590227 or 2995114. OLE color: 2995114.

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

Color convert

RGB 170 179 45 -
CMYK 0.05 0 0.75 0.30
HSL 64.03º 0.6% 0.44% -
HSV(B) 64.03º 0.75% 0.7% -
XYZ 33.17 40.98 8.64 -
YUV 161.03 62.52 134.4 -
System Red Green Blue C M Y K H S L
Decimal 170 179 45 0.05 0 0.75 0.30 64.03 0.6 0.44
Hex AA B3 2D 5 0 4B 1E 40 3C 2C
Octal 252 263 55 5 0 113 36 100 74 54
Binary 10101010 10110011 101101 101 0 1001011 11110 1000000 111100 101100

Color Harmonies of #AAB32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB32D

Black with #AAB32D

Text Example


Text Example

White with #AAB32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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