#9CB05D

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

Shades of Green Smoke #9CB05D

Tints of Green Smoke #9CB05D

Color information

#9CB05D (or 0x9CB05D) is unknown color: approx Green Smoke. HEX triplet: 9C, B0 and 5D. RGB value is (156,176,93). Sum of RGB (Red+Green+Blue) = 156+176+93=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB05D is #634FA2. Grayscale: #A0A0A0. Windows color (decimal): -6508451 or 6140060. OLE color: 6140060.

HSL color Cylindrical-coordinate representation of color #9CB05D: hue angle of 74.46º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CB05D is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB15617693-
CMYK0.1100.470.31
HSL74.46º34.44%52.75%-
HSV(B)74.46º47.16%69.02%-
XYZ31.2138.9116.22-
YUV160.5689.87124.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.71%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=36.71%
G=41.41%
B=21.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156176930.1100.470.3174.4634.4452.75
Hex9CB05DB02F1F4a2235
Octal23426013513057371124265
Binary1001110010110000101110110110101111111111001010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,176,93); }

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

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

 a { background-color: rgb(156,176,93); }

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

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

 span { border-color: rgb(156,176,93); }

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