Html Css Color HEX #95A447 Green Smoke

📋 copy color: '#95A447'

red 149 ◦ green 164 ◦ blue 71

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

Shades of Green Smoke #95A447

Tints of Green Smoke #95A447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.49%

R = 38.8%
G = 42.71%
B = 18.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#95A447 (or 0x95A447) is known color: Green Smoke. HEX triplet: 95, A4 and 47. RGB value is (149,164,71). Sum of RGB (Red+Green+Blue) = 149+164+71=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #95A447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A447 is #6A5BB8. Grayscale: #959595. Windows color (decimal): -6970297 or 4695189. OLE color: 4695189.

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

Color convert

RGB 149 164 71 -
CMYK 0.09 0 0.57 0.36
HSL 69.68º 0.4% 0.46% -
HSV(B) 69.68º 0.57% 0.64% -
XYZ 26.81 33.4 10.99 -
YUV 148.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 149 164 71 0.09 0 0.57 0.36 69.68 0.4 0.46
Hex 95 A4 47 9 0 39 24 46 28 2E
Octal 225 244 107 11 0 71 44 106 50 56
Binary 10010101 10100100 1000111 1001 0 111001 100100 1000110 101000 101110

Color Harmonies of #95A447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A447

Black with #95A447

Text Example


Text Example

White with #95A447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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