Html Css Color HEX #AAB832 Bahia

📋 copy color: '#AAB832'

red 170 ◦ green 184 ◦ blue 50

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

Shades of Bahia #AAB832

Tints of Bahia #AAB832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.54%

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

R = 42.08%
G = 45.54%
B = 12.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#AAB832 (or 0xAAB832) is known color: Bahia. HEX triplet: AA, B8 and 32. RGB value is (170,184,50). Sum of RGB (Red+Green+Blue) = 170+184+50=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB832 is #5547CD. Grayscale: #A5A5A5. Windows color (decimal): -5588942 or 3324074. OLE color: 3324074.

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

Color convert

RGB 170 184 50 -
CMYK 0.08 0 0.73 0.28
HSL 66.27º 0.57% 0.46% -
HSV(B) 66.27º 0.73% 0.72% -
XYZ 34.29 43.06 9.52 -
YUV 164.54 63.36 131.9 -
System Red Green Blue C M Y K H S L
Decimal 170 184 50 0.08 0 0.73 0.28 66.27 0.57 0.46
Hex AA B8 32 8 0 49 1C 42 39 2E
Octal 252 270 62 10 0 111 34 102 71 56
Binary 10101010 10111000 110010 1000 0 1001001 11100 1000010 111001 101110

Color Harmonies of #AAB832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB832

Black with #AAB832

Text Example


Text Example

White with #AAB832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB832; }

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

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

background-color css

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

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

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

border-color css

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

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

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