#ABCD62

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

Shades of Conifer #ABCD62

Tints of Conifer #ABCD62

Color information

#ABCD62 (or 0xABCD62) is unknown color: approx Conifer. HEX triplet: AB, CD and 62. RGB value is (171,205,98). Sum of RGB (Red+Green+Blue) = 171+205+98=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD62 is #54329D. Grayscale: #B7B7B7. Windows color (decimal): -5517982 or 6475179. OLE color: 6475179.

HSL color Cylindrical-coordinate representation of color #ABCD62: hue angle of 79.07º degrees, saturation: 0.52, 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 #ABCD62 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB17120598-
CMYK0.1700.520.20
HSL79.07º51.69%59.41%-
HSV(B)79.07º52.2%80.39%-
XYZ40.8353.219.67-
YUV182.6480.24119.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 98 (38.67% from 255) = 20.68%
R=36.08%
G=43.25%
B=20.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171205980.1700.520.2079.0751.6959.41
HexABCD6211034144f343b
Octal25331514221064241176473
Binary10101011110011011100010100010110100101001001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCD62; }

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

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

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

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

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

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

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

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