Html Css Color HEX #95A355 Green Smoke

📋 copy color: '#95A355'

red 149 ◦ green 163 ◦ blue 85

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

Shades of Green Smoke #95A355

Tints of Green Smoke #95A355

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.06%

 BLUE value IS 85 (33.59% from 255) = 21.41%

R = 37.53%
G = 41.06%
B = 21.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#95A355 (or 0x95A355) is known color: Green Smoke. HEX triplet: 95, A3 and 55. RGB value is (149,163,85). Sum of RGB (Red+Green+Blue) = 149+163+85=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #95A355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A355 is #6A5CAA. Grayscale: #969696. Windows color (decimal): -6970539 or 5612437. OLE color: 5612437.

HSL color Cylindrical-coordinate representation of color #95A355: hue angle of 70.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95A355 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 163 85 -
CMYK 0.09 0 0.48 0.36
HSL 70.77º 0.31% 0.49% -
HSV(B) 70.77º 0.48% 0.64% -
XYZ 27.13 33.24 13.58 -
YUV 149.92 91.36 127.34 -
System Red Green Blue C M Y K H S L
Decimal 149 163 85 0.09 0 0.48 0.36 70.77 0.31 0.49
Hex 95 A3 55 9 0 30 24 47 1F 31
Octal 225 243 125 11 0 60 44 107 37 61
Binary 10010101 10100011 1010101 1001 0 110000 100100 1000111 11111 110001

Color Harmonies of #95A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A355

Black with #95A355

Text Example


Text Example

White with #95A355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A355; }

 p { color: rgb(149,163,85); }

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

background-color css

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

 a { background-color: rgb(149,163,85); }

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

border-color css

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

 span { border-color: rgb(149,163,85); }

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