#95926A

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

Shades of Malachite Green #95926A

Tints of Malachite Green #95926A

Color information

#95926A (or 0x95926A) is unknown color: approx Malachite Green. HEX triplet: 95, 92 and 6A. RGB value is (149,146,106). Sum of RGB (Red+Green+Blue) = 149+146+106=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #95926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95926A is #6A6D95. Grayscale: #8E8E8E. Windows color (decimal): -6974870 or 6984341. OLE color: 6984341.

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

Color convert

RGB149146106-
CMYK00.020.290.42
HSL55.81º16.86%50%-
HSV(B)55.81º28.86%58.43%-
XYZ25.2727.9917.71-
YUV142.34107.49132.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=37.16%
G=36.41%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914610600.020.290.4255.8116.8650
Hex95926A021D2A381132
Octal225222152023552702162
Binary100101011001001011010100101110110101011100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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