#9CDB53

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

Shades of Conifer #9CDB53

Tints of Conifer #9CDB53

Color information

#9CDB53 (or 0x9CDB53) is unknown color: approx Conifer. HEX triplet: 9C, DB and 53. RGB value is (156,219,83). Sum of RGB (Red+Green+Blue) = 156+219+83=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB53 is #6324AC. Grayscale: #B9B9B9. Windows color (decimal): -6497453 or 5495708. OLE color: 5495708.

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

Color convert

RGB15621983-
CMYK0.2900.620.14
HSL87.79º65.38%59.22%-
HSV(B)87.79º62.1%85.88%-
XYZ40.658.3617.31-
YUV184.6670.63107.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.06%
GREEN value IS 219 (85.94% from 255) = 47.82%
BLUE value IS 83 (32.81% from 255) = 18.12%
R=34.06%
G=47.82%
B=18.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal156219830.2900.620.1487.7965.3859.22
Hex9CDB531D03EE58413b
Octal234333123350761613010173
Binary10011100110110111010011111010111110111010110001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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