Html Css Color HEX #95A463 Green Smoke

📋 copy color: '#95A463'

red 149 ◦ green 164 ◦ blue 99

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

Shades of Green Smoke #95A463

Tints of Green Smoke #95A463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.03%

R = 36.17%
G = 39.81%
B = 24.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#95A463 (or 0x95A463) is known color: Green Smoke. HEX triplet: 95, A4 and 63. RGB value is (149,164,99). Sum of RGB (Red+Green+Blue) = 149+164+99=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #95A463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A463 is #6A5B9C. Grayscale: #989898. Windows color (decimal): -6970269 or 6530197. OLE color: 6530197.

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

Color convert

RGB 149 164 99 -
CMYK 0.09 0 0.40 0.36
HSL 73.85º 0.26% 0.52% -
HSV(B) 73.85º 0.4% 0.64% -
XYZ 27.92 33.84 16.86 -
YUV 152.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 149 164 99 0.09 0 0.40 0.36 73.85 0.26 0.52
Hex 95 A4 63 9 0 28 24 4A 1A 34
Octal 225 244 143 11 0 50 44 112 32 64
Binary 10010101 10100100 1100011 1001 0 101000 100100 1001010 11010 110100

Color Harmonies of #95A463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A463

Black with #95A463

Text Example


Text Example

White with #95A463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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