Html Css Color HEX #AAB932 Bahia

📋 copy color: '#AAB932'

red 170 ◦ green 185 ◦ blue 50

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

Shades of Bahia #AAB932

Tints of Bahia #AAB932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.68%

 BLUE value IS 50 (19.92% from 255) = 12.35%

R = 41.98%
G = 45.68%
B = 12.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#AAB932 (or 0xAAB932) is known color: Bahia. HEX triplet: AA, B9 and 32. RGB value is (170,185,50). Sum of RGB (Red+Green+Blue) = 170+185+50=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB932 is #5546CD. Grayscale: #A5A5A5. Windows color (decimal): -5588686 or 3324330. OLE color: 3324330.

HSL color Cylindrical-coordinate representation of color #AAB932: hue angle of 66.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAB932 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 50 -
CMYK 0.08 0 0.73 0.27
HSL 66.67º 0.57% 0.46% -
HSV(B) 66.67º 0.73% 0.73% -
XYZ 34.5 43.47 9.59 -
YUV 165.13 63.03 131.48 -
System Red Green Blue C M Y K H S L
Decimal 170 185 50 0.08 0 0.73 0.27 66.67 0.57 0.46
Hex AA B9 32 8 0 49 1B 43 39 2E
Octal 252 271 62 10 0 111 33 103 71 56
Binary 10101010 10111001 110010 1000 0 1001001 11011 1000011 111001 101110

Color Harmonies of #AAB932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB932

Black with #AAB932

Text Example


Text Example

White with #AAB932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB932; }

 p { color: rgb(170,185,50); }

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

background-color css

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

 a { background-color: rgb(170,185,50); }

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

border-color css

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

 span { border-color: rgb(170,185,50); }

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