Html Css Color HEX #AAB32C Bahia

📋 copy color: '#AAB32C'

red 170 ◦ green 179 ◦ blue 44

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

Shades of Bahia #AAB32C

Tints of Bahia #AAB32C

RGB

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

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

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

R = 43.26%
G = 45.55%
B = 11.2%

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

#AAB32C (or 0xAAB32C) is known color: Bahia. HEX triplet: AA, B3 and 2C. RGB value is (170,179,44). Sum of RGB (Red+Green+Blue) = 170+179+44=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB32C is #554CD3. Grayscale: #A1A1A1. Windows color (decimal): -5590228 or 2929578. OLE color: 2929578.

HSL color Cylindrical-coordinate representation of color #AAB32C: hue angle of 64º degrees, saturation: 0.61, 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 #AAB32C is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 44 -
CMYK 0.05 0 0.75 0.30
HSL 64º 0.61% 0.44% -
HSV(B) 64º 0.75% 0.7% -
XYZ 33.15 40.97 8.54 -
YUV 160.92 62.02 134.48 -
System Red Green Blue C M Y K H S L
Decimal 170 179 44 0.05 0 0.75 0.30 64 0.61 0.44
Hex AA B3 2C 5 0 4B 1E 40 3D 2C
Octal 252 263 54 5 0 113 36 100 75 54
Binary 10101010 10110011 101100 101 0 1001011 11110 1000000 111101 101100

Color Harmonies of #AAB32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB32C

Black with #AAB32C

Text Example


Text Example

White with #AAB32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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