Html Css Color HEX #95A268 Green Smoke

📋 copy color: '#95A268'

red 149 ◦ green 162 ◦ blue 104

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

Shades of Green Smoke #95A268

Tints of Green Smoke #95A268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.06%

R = 35.9%
G = 39.04%
B = 25.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#95A268 (or 0x95A268) is known color: Green Smoke. HEX triplet: 95, A2 and 68. RGB value is (149,162,104). Sum of RGB (Red+Green+Blue) = 149+162+104=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #95A268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A268 is #6A5D97. Grayscale: #979797. Windows color (decimal): -6970776 or 6857365. OLE color: 6857365.

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

Color convert

RGB 149 162 104 -
CMYK 0.08 0 0.36 0.36
HSL 73.45º 0.24% 0.52% -
HSV(B) 73.45º 0.36% 0.64% -
XYZ 27.81 33.23 18.04 -
YUV 151.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 149 162 104 0.08 0 0.36 0.36 73.45 0.24 0.52
Hex 95 A2 68 8 0 24 24 49 18 34
Octal 225 242 150 10 0 44 44 111 30 64
Binary 10010101 10100010 1101000 1000 0 100100 100100 1001001 11000 110100

Color Harmonies of #95A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A268

Black with #95A268

Text Example


Text Example

White with #95A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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