#ABCD55

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

Shades of Conifer #ABCD55

Tints of Conifer #ABCD55

Color information

#ABCD55 (or 0xABCD55) is unknown color: approx Conifer. HEX triplet: AB, CD and 55. RGB value is (171,205,85). Sum of RGB (Red+Green+Blue) = 171+205+85=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD55 is #5432AA. Grayscale: #B5B5B5. Windows color (decimal): -5517995 or 5623211. OLE color: 5623211.

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

Color convert

RGB17120585-
CMYK0.1700.590.20
HSL77º54.55%56.86%-
HSV(B)77º58.54%80.39%-
XYZ40.2752.9816.7-
YUV181.1573.74120.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 205 (80.47% from 255) = 44.47%
BLUE value IS 85 (33.59% from 255) = 18.44%
R=37.09%
G=44.47%
B=18.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171205850.1700.590.207754.5556.86
HexABCD551103B144d3739
Octal25331512521073241156771
Binary10101011110011011010101100010111011101001001101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCD55; }

 p { color: rgb(171,205,85); }

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

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

 a { background-color: rgb(171,205,85); }

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

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

 span { border-color: rgb(171,205,85); }

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