#ABCD52

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

Shades of Conifer #ABCD52

Tints of Conifer #ABCD52

Color information

#ABCD52 (or 0xABCD52) is unknown color: approx Conifer. HEX triplet: AB, CD and 52. RGB value is (171,205,82). Sum of RGB (Red+Green+Blue) = 171+205+82=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD52 is #5432AD. Grayscale: #B5B5B5. Windows color (decimal): -5517998 or 5426603. OLE color: 5426603.

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

Color convert

RGB17120582-
CMYK0.1700.60.20
HSL76.59º55.16%56.27%-
HSV(B)76.59º60%80.39%-
XYZ40.1552.9316.08-
YUV180.8172.24121-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 205 (80.47% from 255) = 44.76%
BLUE value IS 82 (32.42% from 255) = 17.90%
R=37.34%
G=44.76%
B=17.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171205820.1700.60.2076.5955.1656.27
HexABCD521103C144d3738
Octal25331512221074241156770
Binary10101011110011011010010100010111100101001001101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCD52; }

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

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

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

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

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

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

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

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