Html Css Color HEX #9DB95B Green Smoke

📋 copy color: '#9DB95B'

red 157 ◦ green 185 ◦ blue 91

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

Shades of Green Smoke #9DB95B

Tints of Green Smoke #9DB95B

RGB

 RED value IS 157 (61.72% from 255) = 36.26%

 GREEN value IS 185 (72.66% from 255) = 42.73%

 BLUE value IS 91 (35.94% from 255) = 21.02%

R = 36.26%
G = 42.73%
B = 21.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#9DB95B (or 0x9DB95B) is known color: Green Smoke. HEX triplet: 9D, B9 and 5B. RGB value is (157,185,91). Sum of RGB (Red+Green+Blue) = 157+185+91=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB95B is #6246A4. Grayscale: #A6A6A6. Windows color (decimal): -6440613 or 6011293. OLE color: 6011293.

HSL color Cylindrical-coordinate representation of color #9DB95B: hue angle of 77.87º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DB95B is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 91 -
CMYK 0.15 0 0.51 0.27
HSL 77.87º 0.4% 0.54% -
HSV(B) 77.87º 0.51% 0.73% -
XYZ 33.14 42.62 16.38 -
YUV 165.91 85.72 121.64 -
System Red Green Blue C M Y K H S L
Decimal 157 185 91 0.15 0 0.51 0.27 77.87 0.4 0.54
Hex 9D B9 5B F 0 33 1B 4E 28 36
Octal 235 271 133 17 0 63 33 116 50 66
Binary 10011101 10111001 1011011 1111 0 110011 11011 1001110 101000 110110

Color Harmonies of #9DB95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB95B

Black with #9DB95B

Text Example


Text Example

White with #9DB95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,185,91); }

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

background-color css

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

 a { background-color: rgb(157,185,91); }

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

border-color css

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

 span { border-color: rgb(157,185,91); }

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