Html Css Color HEX #9FB150 Green Smoke

📋 copy color: '#9FB150'

red 159 ◦ green 177 ◦ blue 80

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

Shades of Green Smoke #9FB150

Tints of Green Smoke #9FB150

RGB

 RED value IS 159 (62.5% from 255) = 38.22%

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

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 38.22%
G = 42.55%
B = 19.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#9FB150 (or 0x9FB150) is known color: Green Smoke. HEX triplet: 9F, B1 and 50. RGB value is (159,177,80). Sum of RGB (Red+Green+Blue) = 159+177+80=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB150 is #604EAF. Grayscale: #A0A0A0. Windows color (decimal): -6311600 or 5288351. OLE color: 5288351.

HSL color Cylindrical-coordinate representation of color #9FB150: hue angle of 71.13º 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 #9FB150 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 177 80 -
CMYK 0.10 0 0.55 0.31
HSL 71.13º 0.38% 0.5% -
HSV(B) 71.13º 0.55% 0.69% -
XYZ 31.47 39.39 13.53 -
YUV 160.56 82.54 126.89 -
System Red Green Blue C M Y K H S L
Decimal 159 177 80 0.10 0 0.55 0.31 71.13 0.38 0.5
Hex 9F B1 50 A 0 37 1F 47 26 32
Octal 237 261 120 12 0 67 37 107 46 62
Binary 10011111 10110001 1010000 1010 0 110111 11111 1000111 100110 110010

Color Harmonies of #9FB150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB150

Black with #9FB150

Text Example


Text Example

White with #9FB150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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