#9CB150

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

Shades of Green Smoke #9CB150

Tints of Green Smoke #9CB150

Color information

#9CB150 (or 0x9CB150) is unknown color: approx Green Smoke. HEX triplet: 9C, B1 and 50. RGB value is (156,177,80). Sum of RGB (Red+Green+Blue) = 156+177+80=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB150 is #634EAF. Grayscale: #A0A0A0. Windows color (decimal): -6508208 or 5288348. OLE color: 5288348.

HSL color Cylindrical-coordinate representation of color #9CB150: hue angle of 72.99º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CB150 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB15617780-
CMYK0.1200.550.31
HSL72.99º38.34%50.39%-
HSV(B)72.99º54.8%69.41%-
XYZ30.8839.0913.51-
YUV159.6683.04125.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.77%
GREEN value IS 177 (69.53% from 255) = 42.86%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=37.77%
G=42.86%
B=19.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156177800.1200.550.3172.9938.3450.39
Hex9CB150C0371F492632
Octal23426112014067371114662
Binary1001110010110001101000011000110111111111001001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,177,80); }

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

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

 a { background-color: rgb(156,177,80); }

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

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

 span { border-color: rgb(156,177,80); }

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