Html Css Color HEX #95A551 Green Smoke

📋 copy color: '#95A551'

red 149 ◦ green 165 ◦ blue 81

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

Shades of Green Smoke #95A551

Tints of Green Smoke #95A551

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.77%

 BLUE value IS 81 (32.03% from 255) = 20.51%

R = 37.72%
G = 41.77%
B = 20.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#95A551 (or 0x95A551) is known color: Green Smoke. HEX triplet: 95, A5 and 51. RGB value is (149,165,81). Sum of RGB (Red+Green+Blue) = 149+165+81=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #95A551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A551 is #6A5AAE. Grayscale: #969696. Windows color (decimal): -6970031 or 5350805. OLE color: 5350805.

HSL color Cylindrical-coordinate representation of color #95A551: hue angle of 71.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95A551 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 165 81 -
CMYK 0.10 0 0.51 0.35
HSL 71.43º 0.34% 0.48% -
HSV(B) 71.43º 0.51% 0.65% -
XYZ 27.33 33.89 12.89 -
YUV 150.64 88.7 126.83 -
System Red Green Blue C M Y K H S L
Decimal 149 165 81 0.10 0 0.51 0.35 71.43 0.34 0.48
Hex 95 A5 51 A 0 33 23 47 22 30
Octal 225 245 121 12 0 63 43 107 42 60
Binary 10010101 10100101 1010001 1010 0 110011 100011 1000111 100010 110000

Color Harmonies of #95A551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A551

Black with #95A551

Text Example


Text Example

White with #95A551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,165,81); }

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

background-color css

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

 a { background-color: rgb(149,165,81); }

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

border-color css

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

 span { border-color: rgb(149,165,81); }

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