Html Css Color HEX #AAC312 Bahia

📋 copy color: '#AAC312'

red 170 ◦ green 195 ◦ blue 18

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

Shades of Bahia #AAC312

Tints of Bahia #AAC312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.7%

R = 44.39%
G = 50.91%
B = 4.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#AAC312 (or 0xAAC312) is known color: Bahia. HEX triplet: AA, C3 and 12. RGB value is (170,195,18). Sum of RGB (Red+Green+Blue) = 170+195+18=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC312 is #553CED. Grayscale: #A8A8A8. Windows color (decimal): -5586158 or 1229738. OLE color: 1229738.

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

Color convert

RGB 170 195 18 -
CMYK 0.13 0 0.91 0.24
HSL 68.47º 0.83% 0.42% -
HSV(B) 68.47º 0.91% 0.76% -
XYZ 36.2 47.62 7.86 -
YUV 167.35 43.72 129.89 -
System Red Green Blue C M Y K H S L
Decimal 170 195 18 0.13 0 0.91 0.24 68.47 0.83 0.42
Hex AA C3 12 D 0 5B 18 44 53 2A
Octal 252 303 22 15 0 133 30 104 123 52
Binary 10101010 11000011 10010 1101 0 1011011 11000 1000100 1010011 101010

Color Harmonies of #AAC312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC312

Black with #AAC312

Text Example


Text Example

White with #AAC312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC312; }

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

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

background-color css

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

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

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

border-color css

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

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

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