Html Css Color HEX #95A258 Green Smoke

📋 copy color: '#95A258'

red 149 ◦ green 162 ◦ blue 88

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

Shades of Green Smoke #95A258

Tints of Green Smoke #95A258

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.6%

 BLUE value IS 88 (34.77% from 255) = 22.06%

R = 37.34%
G = 40.6%
B = 22.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#95A258 (or 0x95A258) is known color: Green Smoke. HEX triplet: 95, A2 and 58. RGB value is (149,162,88). Sum of RGB (Red+Green+Blue) = 149+162+88=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #95A258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A258 is #6A5DA7. Grayscale: #959595. Windows color (decimal): -6970792 or 5808789. OLE color: 5808789.

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

Color convert

RGB 149 162 88 -
CMYK 0.08 0 0.46 0.36
HSL 70.54º 0.3% 0.49% -
HSV(B) 70.54º 0.46% 0.64% -
XYZ 27.08 32.93 14.16 -
YUV 149.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 149 162 88 0.08 0 0.46 0.36 70.54 0.3 0.49
Hex 95 A2 58 8 0 2E 24 47 1E 31
Octal 225 242 130 10 0 56 44 107 36 61
Binary 10010101 10100010 1011000 1000 0 101110 100100 1000111 11110 110001

Color Harmonies of #95A258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A258

Black with #95A258

Text Example


Text Example

White with #95A258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,162,88); }

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

background-color css

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

 a { background-color: rgb(149,162,88); }

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

border-color css

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

 span { border-color: rgb(149,162,88); }

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