#ABCA59

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

Shades of Conifer #ABCA59

Tints of Conifer #ABCA59

Color information

#ABCA59 (or 0xABCA59) is unknown color: approx Conifer. HEX triplet: AB, CA and 59. RGB value is (171,202,89). Sum of RGB (Red+Green+Blue) = 171+202+89=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA59 is #5435A6. Grayscale: #B4B4B4. Windows color (decimal): -5518759 or 5884587. OLE color: 5884587.

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

Color convert

RGB17120289-
CMYK0.1500.560.21
HSL76.46º51.6%57.06%-
HSV(B)76.46º55.94%79.22%-
XYZ39.7251.6217.32-
YUV179.8576.73121.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 202 (79.30% from 255) = 43.72%
BLUE value IS 89 (35.16% from 255) = 19.26%
R=37.01%
G=43.72%
B=19.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171202890.1500.560.2176.4651.657.06
HexABCA59F038154c3439
Octal25331213117070251146471
Binary1010101111001010101100111110111000101011001100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA59; }

 p { color: rgb(171,202,89); }

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

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

 a { background-color: rgb(171,202,89); }

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

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

 span { border-color: rgb(171,202,89); }

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