Html Css Color HEX #959953 Green Smoke

📋 copy color: '#959953'

red 149 ◦ green 153 ◦ blue 83

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

Shades of Green Smoke #959953

Tints of Green Smoke #959953

RGB

 RED value IS 149 (58.59% from 255) = 38.7%

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

 BLUE value IS 83 (32.81% from 255) = 21.56%

R = 38.7%
G = 39.74%
B = 21.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#959953 (or 0x959953) is known color: Green Smoke. HEX triplet: 95, 99 and 53. RGB value is (149,153,83). Sum of RGB (Red+Green+Blue) = 149+153+83=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #959953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959953 is #6A66AC. Grayscale: #909090. Windows color (decimal): -6973101 or 5478805. OLE color: 5478805.

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

Color convert

RGB 149 153 83 -
CMYK 0.03 0 0.46 0.4
HSL 63.43º 0.3% 0.46% -
HSV(B) 63.43º 0.46% 0.6% -
XYZ 25.35 29.8 12.6 -
YUV 143.82 93.67 131.69 -
System Red Green Blue C M Y K H S L
Decimal 149 153 83 0.03 0 0.46 0.4 63.43 0.3 0.46
Hex 95 99 53 3 0 2E 28 3F 1E 2E
Octal 225 231 123 3 0 56 50 77 36 56
Binary 10010101 10011001 1010011 11 0 101110 101000 111111 11110 101110

Color Harmonies of #959953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959953

Black with #959953

Text Example


Text Example

White with #959953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959953; }

 p { color: rgb(149,153,83); }

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

background-color css

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

 a { background-color: rgb(149,153,83); }

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

border-color css

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

 span { border-color: rgb(149,153,83); }

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