#9CDB56

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

Shades of Conifer #9CDB56

Tints of Conifer #9CDB56

Color information

#9CDB56 (or 0x9CDB56) is unknown color: approx Conifer. HEX triplet: 9C, DB and 56. RGB value is (156,219,86). Sum of RGB (Red+Green+Blue) = 156+219+86=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB56 is #6324A9. Grayscale: #B9B9B9. Windows color (decimal): -6497450 or 5692316. OLE color: 5692316.

HSL color Cylindrical-coordinate representation of color #9CDB56: hue angle of 88.42º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CDB56 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB15621986-
CMYK0.2900.610.14
HSL88.42º64.88%59.8%-
HSV(B)88.42º60.73%85.88%-
XYZ40.7258.417.93-
YUV18572.13107.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 219 (85.94% from 255) = 47.51%
BLUE value IS 86 (33.98% from 255) = 18.66%
R=33.84%
G=47.51%
B=18.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal156219860.2900.610.1488.4264.8859.8
Hex9CDB561D03DE58413c
Octal234333126350751613010174
Binary10011100110110111010110111010111101111010110001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CDB56; }

 p { color: rgb(156,219,86); }

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

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

 a { background-color: rgb(156,219,86); }

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

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

 span { border-color: rgb(156,219,86); }

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