#A4CA5D

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

Shades of Conifer #A4CA5D

Tints of Conifer #A4CA5D

Color information

#A4CA5D (or 0xA4CA5D) is unknown color: approx Conifer. HEX triplet: A4, CA and 5D. RGB value is (164,202,93). Sum of RGB (Red+Green+Blue) = 164+202+93=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA5D is #5B35A2. Grayscale: #B2B2B2. Windows color (decimal): -5977507 or 6146724. OLE color: 6146724.

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

Color convert

RGB16420293-
CMYK0.1900.540.21
HSL80.92º50.7%57.84%-
HSV(B)80.92º53.96%79.22%-
XYZ38.4150.9218.16-
YUV178.2179.91117.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 202 (79.30% from 255) = 44.01%
BLUE value IS 93 (36.72% from 255) = 20.26%
R=35.73%
G=44.01%
B=20.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164202930.1900.540.2180.9250.757.84
HexA4CA5D130361551333a
Octal24431213523066251216372
Binary10100100110010101011101100110110110101011010001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA5D; }

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

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

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

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

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

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

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

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