#ABCD68

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

Shades of Conifer #ABCD68

Tints of Conifer #ABCD68

Color information

#ABCD68 (or 0xABCD68) is unknown color: approx Conifer. HEX triplet: AB, CD and 68. RGB value is (171,205,104). Sum of RGB (Red+Green+Blue) = 171+205+104=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD68 is #543297. Grayscale: #B7B7B7. Windows color (decimal): -5517976 or 6868395. OLE color: 6868395.

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

Color convert

RGB171205104-
CMYK0.1700.490.20
HSL80.2º50.25%60.59%-
HSV(B)80.2º49.27%80.39%-
XYZ41.1253.3221.22-
YUV183.3283.24119.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 205 (80.47% from 255) = 42.71%
BLUE value IS 104 (41.02% from 255) = 21.67%
R=35.62%
G=42.71%
B=21.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051040.1700.490.2080.250.2560.59
HexABCD68110311450323d
Octal25331515021061241206275
Binary10101011110011011101000100010110001101001010000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCD68; }

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

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

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

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

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

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

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

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