Html Css Color HEX #AAC232 Bahia

📋 copy color: '#AAC232'

red 170 ◦ green 194 ◦ blue 50

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

Shades of Bahia #AAC232

Tints of Bahia #AAC232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.86%

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

R = 41.06%
G = 46.86%
B = 12.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#AAC232 (or 0xAAC232) is known color: Bahia. HEX triplet: AA, C2 and 32. RGB value is (170,194,50). Sum of RGB (Red+Green+Blue) = 170+194+50=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC232 is #553DCD. Grayscale: #AAAAAA. Windows color (decimal): -5586382 or 3326634. OLE color: 3326634.

HSL color Cylindrical-coordinate representation of color #AAC232: hue angle of 70º 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 #AAC232 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 50 -
CMYK 0.12 0 0.74 0.24
HSL 70º 0.59% 0.48% -
HSV(B) 70º 0.74% 0.76% -
XYZ 36.45 47.36 10.24 -
YUV 170.41 60.05 127.71 -
System Red Green Blue C M Y K H S L
Decimal 170 194 50 0.12 0 0.74 0.24 70 0.59 0.48
Hex AA C2 32 C 0 4A 18 46 3B 30
Octal 252 302 62 14 0 112 30 106 73 60
Binary 10101010 11000010 110010 1100 0 1001010 11000 1000110 111011 110000

Color Harmonies of #AAC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC232

Black with #AAC232

Text Example


Text Example

White with #AAC232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC232; }

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

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

background-color css

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

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

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

border-color css

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

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

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