Html Css Color HEX #AACA5C Conifer

📋 copy color: '#AACA5C'

red 170 ◦ green 202 ◦ blue 92

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

Shades of Conifer #AACA5C

Tints of Conifer #AACA5C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.53%

 BLUE value IS 92 (36.33% from 255) = 19.83%

R = 36.64%
G = 43.53%
B = 19.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#AACA5C (or 0xAACA5C) is known color: Conifer. HEX triplet: AA, CA and 5C. RGB value is (170,202,92). Sum of RGB (Red+Green+Blue) = 170+202+92=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA5C is #5535A3. Grayscale: #B4B4B4. Windows color (decimal): -5584292 or 6081194. OLE color: 6081194.

HSL color Cylindrical-coordinate representation of color #AACA5C: hue angle of 77.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AACA5C is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 92 -
CMYK 0.16 0 0.54 0.21
HSL 77.45º 0.51% 0.58% -
HSV(B) 77.45º 0.54% 0.79% -
XYZ 39.63 51.56 17.99 -
YUV 179.89 78.4 120.94 -
System Red Green Blue C M Y K H S L
Decimal 170 202 92 0.16 0 0.54 0.21 77.45 0.51 0.58
Hex AA CA 5C 10 0 36 15 4D 33 3A
Octal 252 312 134 20 0 66 25 115 63 72
Binary 10101010 11001010 1011100 10000 0 110110 10101 1001101 110011 111010

Color Harmonies of #AACA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA5C

Black with #AACA5C

Text Example


Text Example

White with #AACA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA5C; }

 p { color: rgb(170,202,92); }

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

background-color css

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

 a { background-color: rgb(170,202,92); }

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

border-color css

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

 span { border-color: rgb(170,202,92); }

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