Html Css Color HEX #9CB15F Green Smoke

📋 copy color: '#9CB15F'

red 156 ◦ green 177 ◦ blue 95

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

Shades of Green Smoke #9CB15F

Tints of Green Smoke #9CB15F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.36%

 BLUE value IS 95 (37.5% from 255) = 22.2%

R = 36.45%
G = 41.36%
B = 22.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#9CB15F (or 0x9CB15F) is known color: Green Smoke. HEX triplet: 9C, B1 and 5F. RGB value is (156,177,95). Sum of RGB (Red+Green+Blue) = 156+177+95=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB15F is #634EA0. Grayscale: #A1A1A1. Windows color (decimal): -6508193 or 6271388. OLE color: 6271388.

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

Color convert

RGB 156 177 95 -
CMYK 0.12 0 0.46 0.31
HSL 75.37º 0.34% 0.53% -
HSV(B) 75.37º 0.46% 0.69% -
XYZ 31.5 39.34 16.76 -
YUV 161.37 90.54 124.17 -
System Red Green Blue C M Y K H S L
Decimal 156 177 95 0.12 0 0.46 0.31 75.37 0.34 0.53
Hex 9C B1 5F C 0 2E 1F 4B 22 35
Octal 234 261 137 14 0 56 37 113 42 65
Binary 10011100 10110001 1011111 1100 0 101110 11111 1001011 100010 110101

Color Harmonies of #9CB15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB15F

Black with #9CB15F

Text Example


Text Example

White with #9CB15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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