#ABD961

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

Shades of Conifer #ABD961

Tints of Conifer #ABD961

Color information

#ABD961 (or 0xABD961) is unknown color: approx Conifer. HEX triplet: AB, D9 and 61. RGB value is (171,217,97). Sum of RGB (Red+Green+Blue) = 171+217+97=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD961 is #54269E. Grayscale: #BDBDBD. Windows color (decimal): -5514911 or 6412715. OLE color: 6412715.

HSL color Cylindrical-coordinate representation of color #ABD961: hue angle of 83º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABD961 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB17121797-
CMYK0.2100.550.15
HSL83º61.22%61.57%-
HSV(B)83º55.3%85.1%-
XYZ43.7759.1520.42-
YUV189.5775.76114.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 217 (85.16% from 255) = 44.74%
BLUE value IS 97 (38.28% from 255) = 20%
R=35.26%
G=44.74%
B=20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171217970.2100.550.158361.2261.57
HexABD96115037F533d3e
Octal25333114125067171237576
Binary1010101111011001110000110101011011111111010011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD961; }

 p { color: rgb(171,217,97); }

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

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

 a { background-color: rgb(171,217,97); }

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

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

 span { border-color: rgb(171,217,97); }

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