Html Css Color HEX #95A154 Green Smoke

📋 copy color: '#95A154'

red 149 ◦ green 161 ◦ blue 84

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

Shades of Green Smoke #95A154

Tints of Green Smoke #95A154

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.86%

 BLUE value IS 84 (33.2% from 255) = 21.32%

R = 37.82%
G = 40.86%
B = 21.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#95A154 (or 0x95A154) is known color: Green Smoke. HEX triplet: 95, A1 and 54. RGB value is (149,161,84). Sum of RGB (Red+Green+Blue) = 149+161+84=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #95A154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A154 is #6A5EAB. Grayscale: #949494. Windows color (decimal): -6971052 or 5546389. OLE color: 5546389.

HSL color Cylindrical-coordinate representation of color #95A154: hue angle of 69.35º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95A154 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 161 84 -
CMYK 0.07 0 0.48 0.37
HSL 69.35º 0.31% 0.48% -
HSV(B) 69.35º 0.48% 0.63% -
XYZ 26.74 32.52 13.26 -
YUV 148.63 91.52 128.26 -
System Red Green Blue C M Y K H S L
Decimal 149 161 84 0.07 0 0.48 0.37 69.35 0.31 0.48
Hex 95 A1 54 7 0 30 25 45 1F 30
Octal 225 241 124 7 0 60 45 105 37 60
Binary 10010101 10100001 1010100 111 0 110000 100101 1000101 11111 110000

Color Harmonies of #95A154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A154

Black with #95A154

Text Example


Text Example

White with #95A154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,161,84); }

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

background-color css

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

 a { background-color: rgb(149,161,84); }

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

border-color css

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

 span { border-color: rgb(149,161,84); }

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