#95926B

Color #95926B Malachite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite Green #95926B

Tints of Malachite Green #95926B

Color information

#95926B (or 0x95926B) is unknown color: approx Malachite Green. HEX triplet: 95, 92 and 6B. RGB value is (149,146,107). Sum of RGB (Red+Green+Blue) = 149+146+107=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #95926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95926B is #6A6D94. Grayscale: #8E8E8E. Windows color (decimal): -6974869 or 7049877. OLE color: 7049877.

HSL color Cylindrical-coordinate representation of color #95926B: hue angle of 55.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95926B is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB149146107-
CMYK00.020.280.42
HSL55.71º16.54%50.2%-
HSV(B)55.71º28.19%58.43%-
XYZ25.3328.0117.98-
YUV142.45107.99132.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 107 (42.19% from 255) = 26.62%
R=37.06%
G=36.32%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914610700.020.280.4255.7116.5450.2
Hex95926B021C2A381132
Octal225222153023452702162
Binary100101011001001011010110101110010101011100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95926B; }

 p { color: rgb(149,146,107); }

 H1.HeaderClassName
 {
   color: #95926B;
 }
 .AnyTagClassName
 {
   color: #95926B;
 }
</style>
background-color css

<style>
 a { background-color: #95926B; }

 a { background-color: rgb(149,146,107); }

 div.DivClassName
 {
   background-color: #95926B;
 }
 .BgClassName
 {
   background-color: #95926B;
 }
</style>
border-color css

<style>
 span { border-color: #95926B; }

 span { border-color: rgb(149,146,107); }

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