#ABCC61

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

Shades of Conifer #ABCC61

Tints of Conifer #ABCC61

Color information

#ABCC61 (or 0xABCC61) is unknown color: approx Conifer. HEX triplet: AB, CC and 61. RGB value is (171,204,97). Sum of RGB (Red+Green+Blue) = 171+204+97=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC61 is #54339E. Grayscale: #B6B6B6. Windows color (decimal): -5518239 or 6409387. OLE color: 6409387.

HSL color Cylindrical-coordinate representation of color #ABCC61: hue angle of 78.5º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABCC61 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB17120497-
CMYK0.1600.520.2
HSL78.5º51.2%59.02%-
HSV(B)78.5º52.45%80%-
XYZ40.5552.7119.35-
YUV181.9380.07120.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 204 (80.08% from 255) = 43.22%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=36.23%
G=43.22%
B=20.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171204970.1600.520.278.551.259.02
HexABCC6110034144f333b
Octal25331414120064241176373
Binary10101011110011001100001100000110100101001001111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC61; }

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

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

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

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

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

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

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

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