Html Css Color HEX #95A260 Green Smoke

📋 copy color: '#95A260'

red 149 ◦ green 162 ◦ blue 96

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

Shades of Green Smoke #95A260

Tints of Green Smoke #95A260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.59%

R = 36.61%
G = 39.8%
B = 23.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#95A260 (or 0x95A260) is known color: Green Smoke. HEX triplet: 95, A2 and 60. RGB value is (149,162,96). Sum of RGB (Red+Green+Blue) = 149+162+96=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #95A260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A260 is #6A5D9F. Grayscale: #969696. Windows color (decimal): -6970784 or 6333077. OLE color: 6333077.

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

Color convert

RGB 149 162 96 -
CMYK 0.08 0 0.41 0.36
HSL 71.82º 0.26% 0.51% -
HSV(B) 71.82º 0.41% 0.64% -
XYZ 27.43 33.07 16 -
YUV 150.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 149 162 96 0.08 0 0.41 0.36 71.82 0.26 0.51
Hex 95 A2 60 8 0 29 24 48 1A 33
Octal 225 242 140 10 0 51 44 110 32 63
Binary 10010101 10100010 1100000 1000 0 101001 100100 1001000 11010 110011

Color Harmonies of #95A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A260

Black with #95A260

Text Example


Text Example

White with #95A260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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