Html Css Color HEX #95A25D Green Smoke

📋 copy color: '#95A25D'

red 149 ◦ green 162 ◦ blue 93

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

Shades of Green Smoke #95A25D

Tints of Green Smoke #95A25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.02%

R = 36.88%
G = 40.1%
B = 23.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#95A25D (or 0x95A25D) is known color: Green Smoke. HEX triplet: 95, A2 and 5D. RGB value is (149,162,93). Sum of RGB (Red+Green+Blue) = 149+162+93=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #95A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A25D is #6A5DA2. Grayscale: #969696. Windows color (decimal): -6970787 or 6136469. OLE color: 6136469.

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

Color convert

RGB 149 162 93 -
CMYK 0.08 0 0.43 0.36
HSL 71.3º 0.27% 0.5% -
HSV(B) 71.3º 0.43% 0.64% -
XYZ 27.29 33.02 15.29 -
YUV 150.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 149 162 93 0.08 0 0.43 0.36 71.3 0.27 0.5
Hex 95 A2 5D 8 0 2B 24 47 1B 32
Octal 225 242 135 10 0 53 44 107 33 62
Binary 10010101 10100010 1011101 1000 0 101011 100100 1000111 11011 110010

Color Harmonies of #95A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A25D

Black with #95A25D

Text Example


Text Example

White with #95A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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