Html Css Color HEX #95A866 Green Smoke

📋 copy color: '#95A866'

red 149 ◦ green 168 ◦ blue 102

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

Shades of Green Smoke #95A866

Tints of Green Smoke #95A866

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.1%

 BLUE value IS 102 (40.23% from 255) = 24.34%

R = 35.56%
G = 40.1%
B = 24.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#95A866 (or 0x95A866) is known color: Green Smoke. HEX triplet: 95, A8 and 66. RGB value is (149,168,102). Sum of RGB (Red+Green+Blue) = 149+168+102=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 168 - color contains mainly: green. Hex color #95A866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A866 is #6A5799. Grayscale: #9B9B9B. Windows color (decimal): -6969242 or 6727829. OLE color: 6727829.

HSL color Cylindrical-coordinate representation of color #95A866: hue angle of 77.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95A866 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 168 102 -
CMYK 0.11 0 0.39 0.34
HSL 77.27º 0.28% 0.53% -
HSV(B) 77.27º 0.39% 0.66% -
XYZ 28.8 35.35 17.88 -
YUV 154.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 149 168 102 0.11 0 0.39 0.34 77.27 0.28 0.53
Hex 95 A8 66 B 0 27 22 4D 1C 35
Octal 225 250 146 13 0 47 42 115 34 65
Binary 10010101 10101000 1100110 1011 0 100111 100010 1001101 11100 110101

Color Harmonies of #95A866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A866

Black with #95A866

Text Example


Text Example

White with #95A866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,168,102); }

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

background-color css

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

 a { background-color: rgb(149,168,102); }

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

border-color css

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

 span { border-color: rgb(149,168,102); }

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