Html Css Color HEX #959952 Green Smoke

📋 copy color: '#959952'

red 149 ◦ green 153 ◦ blue 82

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

Shades of Green Smoke #959952

Tints of Green Smoke #959952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.35%

R = 38.8%
G = 39.84%
B = 21.35%

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

#959952 (or 0x959952) is known color: Green Smoke. HEX triplet: 95, 99 and 52. RGB value is (149,153,82). Sum of RGB (Red+Green+Blue) = 149+153+82=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #959952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959952 is #6A66AD. Grayscale: #8F8F8F. Windows color (decimal): -6973102 or 5413269. OLE color: 5413269.

HSL color Cylindrical-coordinate representation of color #959952: hue angle of 63.38º 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 #959952 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 82 -
CMYK 0.03 0 0.46 0.4
HSL 63.38º 0.3% 0.46% -
HSV(B) 63.38º 0.46% 0.6% -
XYZ 25.31 29.78 12.4 -
YUV 143.71 93.17 131.77 -
System Red Green Blue C M Y K H S L
Decimal 149 153 82 0.03 0 0.46 0.4 63.38 0.3 0.46
Hex 95 99 52 3 0 2E 28 3F 1E 2E
Octal 225 231 122 3 0 56 50 77 36 56
Binary 10010101 10011001 1010010 11 0 101110 101000 111111 11110 101110

Color Harmonies of #959952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959952

Black with #959952

Text Example


Text Example

White with #959952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959952; }

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

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

background-color css

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

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

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

border-color css

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

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

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