Html Css Color HEX #959A51 Green Smoke

📋 copy color: '#959A51'

red 149 ◦ green 154 ◦ blue 81

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

Shades of Green Smoke #959A51

Tints of Green Smoke #959A51

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.1%

 BLUE value IS 81 (32.03% from 255) = 21.09%

R = 38.8%
G = 40.1%
B = 21.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#959A51 (or 0x959A51) is known color: Green Smoke. HEX triplet: 95, 9A and 51. RGB value is (149,154,81). Sum of RGB (Red+Green+Blue) = 149+154+81=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 154 - color contains mainly: green. Hex color #959A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A51 is #6A65AE. Grayscale: #909090. Windows color (decimal): -6972847 or 5347989. OLE color: 5347989.

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

Color convert

RGB 149 154 81 -
CMYK 0.03 0 0.47 0.40
HSL 64.11º 0.31% 0.46% -
HSV(B) 64.11º 0.47% 0.6% -
XYZ 25.44 30.09 12.25 -
YUV 144.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 149 154 81 0.03 0 0.47 0.40 64.11 0.31 0.46
Hex 95 9A 51 3 0 2F 28 40 1F 2E
Octal 225 232 121 3 0 57 50 100 37 56
Binary 10010101 10011010 1010001 11 0 101111 101000 1000000 11111 101110

Color Harmonies of #959A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A51

Black with #959A51

Text Example


Text Example

White with #959A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,154,81); }

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

background-color css

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

 a { background-color: rgb(149,154,81); }

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

border-color css

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

 span { border-color: rgb(149,154,81); }

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