Html Css Color HEX #95926B Malachite Green

📋 copy color: '#95926B'

red 149 ◦ green 146 ◦ blue 107

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

Shades of Malachite Green #95926B

Tints of Malachite Green #95926B

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 value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95926B (or 0x95926B) is known color: 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

RGB 149 146 107 -
CMYK 0 0.02 0.28 0.42
HSL 55.71º 0.17% 0.5% -
HSV(B) 55.71º 0.28% 0.58% -
XYZ 25.33 28.01 17.98 -
YUV 142.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 149 146 107 0 0.02 0.28 0.42 55.71 0.17 0.5
Hex 95 92 6B 0 2 1C 2A 38 11 32
Octal 225 222 153 0 2 34 52 70 21 62
Binary 10010101 10010010 1101011 0 10 11100 101010 111000 10001 110010

Color Harmonies of #95926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95926B

Black with #95926B

Text Example


Text Example

White with #95926B

Text Example


Text Example

HTML Codes & Css Web 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>