Html Css Color HEX #999D50 Green Smoke

📋 copy color: '#999D50'

red 153 ◦ green 157 ◦ blue 80

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

Shades of Green Smoke #999D50

Tints of Green Smoke #999D50

RGB

 RED value IS 153 (60.16% from 255) = 39.23%

 GREEN value IS 157 (61.72% from 255) = 40.26%

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

R = 39.23%
G = 40.26%
B = 20.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#999D50 (or 0x999D50) is known color: Green Smoke. HEX triplet: 99, 9D and 50. RGB value is (153,157,80). Sum of RGB (Red+Green+Blue) = 153+157+80=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 157 - color contains mainly: green. Hex color #999D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999D50 is #6662AF. Grayscale: #939393. Windows color (decimal): -6709936 or 5283225. OLE color: 5283225.

HSL color Cylindrical-coordinate representation of color #999D50: hue angle of 63.12º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #999D50 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 157 80 -
CMYK 0.03 0 0.49 0.38
HSL 63.12º 0.32% 0.46% -
HSV(B) 63.12º 0.49% 0.62% -
XYZ 26.64 31.47 12.26 -
YUV 147.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 153 157 80 0.03 0 0.49 0.38 63.12 0.32 0.46
Hex 99 9D 50 3 0 31 26 3F 20 2E
Octal 231 235 120 3 0 61 46 77 40 56
Binary 10011001 10011101 1010000 11 0 110001 100110 111111 100000 101110

Color Harmonies of #999D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999D50

Black with #999D50

Text Example


Text Example

White with #999D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999D50; }

 p { color: rgb(153,157,80); }

 H1.HeaderClassName
 {
   color: #999D50;
 }
 .AnyTagClassName
 {
   color: #999D50;
 }
</style>

background-color css

<style>
 a { background-color: #999D50; }

 a { background-color: rgb(153,157,80); }

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

border-color css

<style>
 span { border-color: #999D50; }

 span { border-color: rgb(153,157,80); }

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