Html Css Color HEX #9CB060 Green Smoke

📋 copy color: '#9CB060'

red 156 ◦ green 176 ◦ blue 96

#9CB060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #9CB060

Tints of Green Smoke #9CB060

RGB

 RED value IS 156 (61.33% from 255) = 36.45%

 GREEN value IS 176 (69.14% from 255) = 41.12%

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 36.45%
G = 41.12%
B = 22.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#9CB060 (or 0x9CB060) is known color: Green Smoke. HEX triplet: 9C, B0 and 60. RGB value is (156,176,96). Sum of RGB (Red+Green+Blue) = 156+176+96=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB060 is #634F9F. Grayscale: #A1A1A1. Windows color (decimal): -6508448 or 6336668. OLE color: 6336668.

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

Color convert

RGB 156 176 96 -
CMYK 0.11 0 0.45 0.31
HSL 75º 0.34% 0.53% -
HSV(B) 75º 0.45% 0.69% -
XYZ 31.35 38.96 16.93 -
YUV 160.9 91.37 124.5 -
System Red Green Blue C M Y K H S L
Decimal 156 176 96 0.11 0 0.45 0.31 75 0.34 0.53
Hex 9C B0 60 B 0 2D 1F 4B 22 35
Octal 234 260 140 13 0 55 37 113 42 65
Binary 10011100 10110000 1100000 1011 0 101101 11111 1001011 100010 110101

Color Harmonies of #9CB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB060

Black with #9CB060

Text Example


Text Example

White with #9CB060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CB060;
 }
 .AnyTagClassName
 {
   color: #9CB060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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