Html Css Color HEX #AAC332 Bahia

📋 copy color: '#AAC332'

red 170 ◦ green 195 ◦ blue 50

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

Shades of Bahia #AAC332

Tints of Bahia #AAC332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.99%

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

R = 40.96%
G = 46.99%
B = 12.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#AAC332 (or 0xAAC332) is known color: Bahia. HEX triplet: AA, C3 and 32. RGB value is (170,195,50). Sum of RGB (Red+Green+Blue) = 170+195+50=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC332 is #553CCD. Grayscale: #ABABAB. Windows color (decimal): -5586126 or 3326890. OLE color: 3326890.

HSL color Cylindrical-coordinate representation of color #AAC332: hue angle of 70.34º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAC332 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 50 -
CMYK 0.13 0 0.74 0.24
HSL 70.34º 0.59% 0.48% -
HSV(B) 70.34º 0.74% 0.76% -
XYZ 36.67 47.81 10.31 -
YUV 171 59.72 127.29 -
System Red Green Blue C M Y K H S L
Decimal 170 195 50 0.13 0 0.74 0.24 70.34 0.59 0.48
Hex AA C3 32 D 0 4A 18 46 3B 30
Octal 252 303 62 15 0 112 30 106 73 60
Binary 10101010 11000011 110010 1101 0 1001010 11000 1000110 111011 110000

Color Harmonies of #AAC332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC332

Black with #AAC332

Text Example


Text Example

White with #AAC332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC332; }

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

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

background-color css

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

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

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

border-color css

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

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

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