Html Css Color HEX #959C53 Green Smoke

📋 copy color: '#959C53'

red 149 ◦ green 156 ◦ blue 83

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

Shades of Green Smoke #959C53

Tints of Green Smoke #959C53

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.21%

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

R = 38.4%
G = 40.21%
B = 21.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#959C53 (or 0x959C53) is known color: Green Smoke. HEX triplet: 95, 9C and 53. RGB value is (149,156,83). Sum of RGB (Red+Green+Blue) = 149+156+83=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 156 - color contains mainly: green. Hex color #959C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C53 is #6A63AC. Grayscale: #919191. Windows color (decimal): -6972333 or 5479573. OLE color: 5479573.

HSL color Cylindrical-coordinate representation of color #959C53: hue angle of 65.75º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #959C53 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 156 83 -
CMYK 0.04 0 0.47 0.39
HSL 65.75º 0.31% 0.47% -
HSV(B) 65.75º 0.47% 0.61% -
XYZ 25.84 30.79 12.76 -
YUV 145.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 149 156 83 0.04 0 0.47 0.39 65.75 0.31 0.47
Hex 95 9C 53 4 0 2F 27 42 1F 2F
Octal 225 234 123 4 0 57 47 102 37 57
Binary 10010101 10011100 1010011 100 0 101111 100111 1000010 11111 101111

Color Harmonies of #959C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959C53

Black with #959C53

Text Example


Text Example

White with #959C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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