#AACB5C

Color #AACB5C Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AACB5C

Tints of Conifer #AACB5C

Color information

#AACB5C (or 0xAACB5C) is unknown color: approx Conifer. HEX triplet: AA, CB and 5C. RGB value is (170,203,92). Sum of RGB (Red+Green+Blue) = 170+203+92=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB5C is #5534A3. Grayscale: #B4B4B4. Windows color (decimal): -5584036 or 6081450. OLE color: 6081450.

HSL color Cylindrical-coordinate representation of color #AACB5C: hue angle of 77.84º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AACB5C is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB17020392-
CMYK0.1600.550.20
HSL77.84º51.63%57.84%-
HSV(B)77.84º54.68%79.61%-
XYZ39.8752.0318.07-
YUV180.4878.07120.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 92 (36.33% from 255) = 19.78%
R=36.56%
G=43.66%
B=19.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170203920.1600.550.2077.8451.6357.84
HexAACB5C10037144e343a
Octal25231313420067241166472
Binary10101010110010111011100100000110111101001001110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB5C; }

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

 H1.HeaderClassName
 {
   color: #AACB5C;
 }
 .AnyTagClassName
 {
   color: #AACB5C;
 }
</style>
background-color css

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

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

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

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

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

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