#AACB63

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

Shades of Conifer #AACB63

Tints of Conifer #AACB63

Color information

#AACB63 (or 0xAACB63) is unknown color: approx Conifer. HEX triplet: AA, CB and 63. RGB value is (170,203,99). Sum of RGB (Red+Green+Blue) = 170+203+99=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB63 is #55349C. Grayscale: #B5B5B5. Windows color (decimal): -5584029 or 6540202. OLE color: 6540202.

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

Color convert

RGB17020399-
CMYK0.1600.510.20
HSL79.04º50%59.22%-
HSV(B)79.04º51.23%79.61%-
XYZ40.1952.1619.75-
YUV181.2881.57119.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 99 (39.06% from 255) = 20.97%
R=36.02%
G=43.01%
B=20.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170203990.1600.510.2079.045059.22
HexAACB6310033144f323b
Octal25231314320063241176273
Binary10101010110010111100011100000110011101001001111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB63; }

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

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

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

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

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

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

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

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