Html Css Color HEX #AAB32E Bahia

📋 copy color: '#AAB32E'

red 170 ◦ green 179 ◦ blue 46

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

Shades of Bahia #AAB32E

Tints of Bahia #AAB32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.65%

R = 43.04%
G = 45.32%
B = 11.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#AAB32E (or 0xAAB32E) is known color: Bahia. HEX triplet: AA, B3 and 2E. RGB value is (170,179,46). Sum of RGB (Red+Green+Blue) = 170+179+46=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB32E is #554CD1. Grayscale: #A1A1A1. Windows color (decimal): -5590226 or 3060650. OLE color: 3060650.

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

Color convert

RGB 170 179 46 -
CMYK 0.05 0 0.74 0.30
HSL 64.06º 0.59% 0.44% -
HSV(B) 64.06º 0.74% 0.7% -
XYZ 33.19 40.98 8.75 -
YUV 161.15 63.02 134.31 -
System Red Green Blue C M Y K H S L
Decimal 170 179 46 0.05 0 0.74 0.30 64.06 0.59 0.44
Hex AA B3 2E 5 0 4A 1E 40 3B 2C
Octal 252 263 56 5 0 112 36 100 73 54
Binary 10101010 10110011 101110 101 0 1001010 11110 1000000 111011 101100

Color Harmonies of #AAB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB32E

Black with #AAB32E

Text Example


Text Example

White with #AAB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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