Html Css Color HEX #AAC215 Bahia

📋 copy color: '#AAC215'

red 170 ◦ green 194 ◦ blue 21

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

Shades of Bahia #AAC215

Tints of Bahia #AAC215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.45%

R = 44.16%
G = 50.39%
B = 5.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#AAC215 (or 0xAAC215) is known color: Bahia. HEX triplet: AA, C2 and 15. RGB value is (170,194,21). Sum of RGB (Red+Green+Blue) = 170+194+21=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC215 is #553DEA. Grayscale: #A7A7A7. Windows color (decimal): -5586411 or 1426090. OLE color: 1426090.

HSL color Cylindrical-coordinate representation of color #AAC215: hue angle of 68.32º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAC215 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 21 -
CMYK 0.12 0 0.89 0.24
HSL 68.32º 0.8% 0.42% -
HSV(B) 68.32º 0.89% 0.76% -
XYZ 36 47.18 7.92 -
YUV 167.1 45.55 130.07 -
System Red Green Blue C M Y K H S L
Decimal 170 194 21 0.12 0 0.89 0.24 68.32 0.8 0.42
Hex AA C2 15 C 0 59 18 44 50 2A
Octal 252 302 25 14 0 131 30 104 120 52
Binary 10101010 11000010 10101 1100 0 1011001 11000 1000100 1010000 101010

Color Harmonies of #AAC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC215

Black with #AAC215

Text Example


Text Example

White with #AAC215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC215; }

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

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

background-color css

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

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

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

border-color css

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

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

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