#a5cb59

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

Shades of Conifer #A5CB59

Tints of Conifer #A5CB59

Color information

#A5CB59 (or 0xA5CB59) is unknown color: approx Conifer. HEX triplet: A5, CB and 59. RGB value is (165,203,89). Sum of RGB (Red+Green+Blue) = 165+203+89=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CB59 is #5A34A6. Grayscale: #B3B3B3. Windows color (decimal): -5911719 or 5884837. OLE color: 5884837.

HSL color Cylindrical-coordinate representation of color #A5CB59: hue angle of 80º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5CB59 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB16520389-
CMYK0.1900.560.20
HSL80º52.29%57.25%-
HSV(B)80º56.16%79.61%-
XYZ38.6851.4317.34-
YUV178.6477.41118.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 203 (79.69% from 255) = 44.42%
BLUE value IS 89 (35.16% from 255) = 19.47%
R=36.11%
G=44.42%
B=19.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165203890.1900.560.208052.2957.25
HexA5CB591303814503439
Octal24531313123070241206471
Binary10100101110010111011001100110111000101001010000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5cb59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5cb59; }

 p { color: rgb(165,203,89); }

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

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

 a { background-color: rgb(165,203,89); }

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

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

 span { border-color: rgb(165,203,89); }

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