#A5CA53

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

Shades of Conifer #A5CA53

Tints of Conifer #A5CA53

Color information

#A5CA53 (or 0xA5CA53) is unknown color: approx Conifer. HEX triplet: A5, CA and 53. RGB value is (165,202,83). Sum of RGB (Red+Green+Blue) = 165+202+83=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA53 is #5A35AC. Grayscale: #B1B1B1. Windows color (decimal): -5911981 or 5491365. OLE color: 5491365.

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

Color convert

RGB16520283-
CMYK0.1800.590.21
HSL78.66º52.89%55.88%-
HSV(B)78.66º58.91%79.22%-
XYZ38.250.8615.99-
YUV177.3774.74119.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 83 (32.81% from 255) = 18.44%
R=36.67%
G=44.89%
B=18.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165202830.1800.590.2178.6652.8955.88
HexA5CA531203B154f3538
Octal24531212322073251176570
Binary10100101110010101010011100100111011101011001111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA53; }

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

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

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

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

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

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

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

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