Html Css Color HEX #AAC310 Bahia

📋 copy color: '#AAC310'

red 170 ◦ green 195 ◦ blue 16

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

Shades of Bahia #AAC310

Tints of Bahia #AAC310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.2%

R = 44.62%
G = 51.18%
B = 4.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#AAC310 (or 0xAAC310) is known color: Bahia. HEX triplet: AA, C3 and 10. RGB value is (170,195,16). Sum of RGB (Red+Green+Blue) = 170+195+16=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC310 is #553CEF. Grayscale: #A7A7A7. Windows color (decimal): -5586160 or 1098666. OLE color: 1098666.

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

Color convert

RGB 170 195 16 -
CMYK 0.13 0 0.92 0.24
HSL 68.38º 0.85% 0.41% -
HSV(B) 68.38º 0.92% 0.76% -
XYZ 36.19 47.61 7.77 -
YUV 167.12 42.72 130.05 -
System Red Green Blue C M Y K H S L
Decimal 170 195 16 0.13 0 0.92 0.24 68.38 0.85 0.41
Hex AA C3 10 D 0 5C 18 44 55 29
Octal 252 303 20 15 0 134 30 104 125 51
Binary 10101010 11000011 10000 1101 0 1011100 11000 1000100 1010101 101001

Color Harmonies of #AAC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC310

Black with #AAC310

Text Example


Text Example

White with #AAC310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC310; }

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

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

background-color css

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

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

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

border-color css

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

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

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