Html Css Color HEX #AAC315 Bahia

📋 copy color: '#AAC315'

red 170 ◦ green 195 ◦ blue 21

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

Shades of Bahia #AAC315

Tints of Bahia #AAC315

RGB

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

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

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

R = 44.04%
G = 50.52%
B = 5.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#AAC315 (or 0xAAC315) is known color: Bahia. HEX triplet: AA, C3 and 15. RGB value is (170,195,21). Sum of RGB (Red+Green+Blue) = 170+195+21=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC315 is #553CEA. Grayscale: #A8A8A8. Windows color (decimal): -5586155 or 1426346. OLE color: 1426346.

HSL color Cylindrical-coordinate representation of color #AAC315: hue angle of 68.62º degrees, saturation: 0.81, 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 #AAC315 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 21 -
CMYK 0.13 0 0.89 0.24
HSL 68.62º 0.81% 0.42% -
HSV(B) 68.62º 0.89% 0.76% -
XYZ 36.23 47.63 7.99 -
YUV 167.69 45.22 129.65 -
System Red Green Blue C M Y K H S L
Decimal 170 195 21 0.13 0 0.89 0.24 68.62 0.81 0.42
Hex AA C3 15 D 0 59 18 45 51 2A
Octal 252 303 25 15 0 131 30 105 121 52
Binary 10101010 11000011 10101 1101 0 1011001 11000 1000101 1010001 101010

Color Harmonies of #AAC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC315

Black with #AAC315

Text Example


Text Example

White with #AAC315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC315; }

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

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

background-color css

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

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

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

border-color css

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

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

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