Html Css Color HEX #909950 Green Smoke

📋 copy color: '#909950'

red 144 ◦ green 153 ◦ blue 80

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

Shades of Green Smoke #909950

Tints of Green Smoke #909950

RGB

 RED value IS 144 (56.64% from 255) = 38.2%

 GREEN value IS 153 (60.16% from 255) = 40.58%

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

R = 38.2%
G = 40.58%
B = 21.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#909950 (or 0x909950) is known color: Green Smoke. HEX triplet: 90, 99 and 50. RGB value is (144,153,80). Sum of RGB (Red+Green+Blue) = 144+153+80=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #909950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909950 is #6F66AF. Grayscale: #8E8E8E. Windows color (decimal): -7300784 or 5282192. OLE color: 5282192.

HSL color Cylindrical-coordinate representation of color #909950: hue angle of 67.4º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #909950 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 80 -
CMYK 0.06 0 0.48 0.4
HSL 67.4º 0.31% 0.46% -
HSV(B) 67.4º 0.48% 0.6% -
XYZ 24.34 29.29 11.96 -
YUV 141.99 93.02 129.44 -
System Red Green Blue C M Y K H S L
Decimal 144 153 80 0.06 0 0.48 0.4 67.4 0.31 0.46
Hex 90 99 50 6 0 30 28 43 1F 2E
Octal 220 231 120 6 0 60 50 103 37 56
Binary 10010000 10011001 1010000 110 0 110000 101000 1000011 11111 101110

Color Harmonies of #909950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909950

Black with #909950

Text Example


Text Example

White with #909950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909950; }

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

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

background-color css

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

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

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

border-color css

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

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

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