#A4CA53

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

Shades of Conifer #A4CA53

Tints of Conifer #A4CA53

Color information

#A4CA53 (or 0xA4CA53) is unknown color: approx Conifer. HEX triplet: A4, CA and 53. RGB value is (164,202,83). Sum of RGB (Red+Green+Blue) = 164+202+83=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA53 is #5B35AC. Grayscale: #B1B1B1. Windows color (decimal): -5977517 or 5491364. OLE color: 5491364.

HSL color Cylindrical-coordinate representation of color #A4CA53: hue angle of 79.16º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4CA53 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB16420283-
CMYK0.1900.590.21
HSL79.16º52.89%55.88%-
HSV(B)79.16º58.91%79.22%-
XYZ37.9950.7615.98-
YUV177.0774.91118.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 83 (32.81% from 255) = 18.49%
R=36.53%
G=44.99%
B=18.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164202830.1900.590.2179.1652.8955.88
HexA4CA531303B154f3538
Octal24431212323073251176570
Binary10100100110010101010011100110111011101011001111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA53; }

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

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

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

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

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

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

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

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