Html Css Color HEX #9FB364 Green Smoke

📋 copy color: '#9FB364'

red 159 ◦ green 179 ◦ blue 100

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

Shades of Green Smoke #9FB364

Tints of Green Smoke #9FB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

 BLUE value IS 100 (39.45% from 255) = 22.83%

R = 36.3%
G = 40.87%
B = 22.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#9FB364 (or 0x9FB364) is known color: Green Smoke. HEX triplet: 9F, B3 and 64. RGB value is (159,179,100). Sum of RGB (Red+Green+Blue) = 159+179+100=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB364 is #604C9B. Grayscale: #A4A4A4. Windows color (decimal): -6311068 or 6599583. OLE color: 6599583.

HSL color Cylindrical-coordinate representation of color #9FB364: hue angle of 75.19º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FB364 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 159 179 100 -
CMYK 0.11 0 0.44 0.30
HSL 75.19º 0.34% 0.55% -
HSV(B) 75.19º 0.44% 0.7% -
XYZ 32.72 40.53 18.16 -
YUV 164.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 159 179 100 0.11 0 0.44 0.30 75.19 0.34 0.55
Hex 9F B3 64 B 0 2C 1E 4B 22 37
Octal 237 263 144 13 0 54 36 113 42 67
Binary 10011111 10110011 1100100 1011 0 101100 11110 1001011 100010 110111

Color Harmonies of #9FB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB364

Black with #9FB364

Text Example


Text Example

White with #9FB364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,179,100); }

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

background-color css

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

 a { background-color: rgb(159,179,100); }

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

border-color css

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

 span { border-color: rgb(159,179,100); }

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