Html Css Color HEX #9DB75B Green Smoke

📋 copy color: '#9DB75B'

red 157 ◦ green 183 ◦ blue 91

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

Shades of Green Smoke #9DB75B

Tints of Green Smoke #9DB75B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.46%

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

R = 36.43%
G = 42.46%
B = 21.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#9DB75B (or 0x9DB75B) is known color: Green Smoke. HEX triplet: 9D, B7 and 5B. RGB value is (157,183,91). Sum of RGB (Red+Green+Blue) = 157+183+91=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB75B is #6248A4. Grayscale: #A5A5A5. Windows color (decimal): -6441125 or 6010781. OLE color: 6010781.

HSL color Cylindrical-coordinate representation of color #9DB75B: hue angle of 76.96º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DB75B is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 183 91 -
CMYK 0.14 0 0.50 0.28
HSL 76.96º 0.39% 0.54% -
HSV(B) 76.96º 0.5% 0.72% -
XYZ 32.73 41.79 16.24 -
YUV 164.74 86.39 122.48 -
System Red Green Blue C M Y K H S L
Decimal 157 183 91 0.14 0 0.50 0.28 76.96 0.39 0.54
Hex 9D B7 5B E 0 32 1C 4D 27 36
Octal 235 267 133 16 0 62 34 115 47 66
Binary 10011101 10110111 1011011 1110 0 110010 11100 1001101 100111 110110

Color Harmonies of #9DB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB75B

Black with #9DB75B

Text Example


Text Example

White with #9DB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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