Html Css Color HEX #95A460 Green Smoke

📋 copy color: '#95A460'

red 149 ◦ green 164 ◦ blue 96

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

Shades of Green Smoke #95A460

Tints of Green Smoke #95A460

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

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

R = 36.43%
G = 40.1%
B = 23.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#95A460 (or 0x95A460) is known color: Green Smoke. HEX triplet: 95, A4 and 60. RGB value is (149,164,96). Sum of RGB (Red+Green+Blue) = 149+164+96=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #95A460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A460 is #6A5B9F. Grayscale: #989898. Windows color (decimal): -6970272 or 6333589. OLE color: 6333589.

HSL color Cylindrical-coordinate representation of color #95A460: hue angle of 73.24º degrees, saturation: 0.27, 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 #95A460 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 164 96 -
CMYK 0.09 0 0.41 0.36
HSL 73.24º 0.27% 0.51% -
HSV(B) 73.24º 0.41% 0.64% -
XYZ 27.78 33.79 16.12 -
YUV 151.76 96.53 126.03 -
System Red Green Blue C M Y K H S L
Decimal 149 164 96 0.09 0 0.41 0.36 73.24 0.27 0.51
Hex 95 A4 60 9 0 29 24 49 1B 33
Octal 225 244 140 11 0 51 44 111 33 63
Binary 10010101 10100100 1100000 1001 0 101001 100100 1001001 11011 110011

Color Harmonies of #95A460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A460

Black with #95A460

Text Example


Text Example

White with #95A460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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