#ACCA5D

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

Shades of Conifer #ACCA5D

Tints of Conifer #ACCA5D

Color information

#ACCA5D (or 0xACCA5D) is unknown color: approx Conifer. HEX triplet: AC, CA and 5D. RGB value is (172,202,93). Sum of RGB (Red+Green+Blue) = 172+202+93=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCA5D is #5335A2. Grayscale: #B5B5B5. Windows color (decimal): -5453219 or 6146732. OLE color: 6146732.

HSL color Cylindrical-coordinate representation of color #ACCA5D: hue angle of 76.51º 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 #ACCA5D is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB17220293-
CMYK0.1500.540.21
HSL76.51º50.7%57.84%-
HSV(B)76.51º53.96%79.22%-
XYZ40.1151.818.24-
YUV180.678.56121.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=36.83%
G=43.25%
B=19.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172202930.1500.540.2176.5150.757.84
HexACCA5DF036154d333a
Octal25431213517066251156372
Binary1010110011001010101110111110110110101011001101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA5D; }

 p { color: rgb(172,202,93); }

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

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

 a { background-color: rgb(172,202,93); }

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

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

 span { border-color: rgb(172,202,93); }

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