Html Css Color HEX #95926A Malachite Green

📋 copy color: '#95926A'

red 149 ◦ green 146 ◦ blue 106

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

Shades of Malachite Green #95926A

Tints of Malachite Green #95926A

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.8% from 255) = 26.43%

R = 37.16%
G = 36.41%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

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

RGB 149 146 106 -
CMYK 0 0.02 0.29 0.42
HSL 55.81º 0.17% 0.5% -
HSV(B) 55.81º 0.29% 0.58% -
XYZ 25.27 27.99 17.71 -
YUV 142.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 149 146 106 0 0.02 0.29 0.42 55.81 0.17 0.5
Hex 95 92 6A 0 2 1D 2A 38 11 32
Octal 225 222 152 0 2 35 52 70 21 62
Binary 10010101 10010010 1101010 0 10 11101 101010 111000 10001 110010

Color Harmonies of #95926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95926A

Black with #95926A

Text Example


Text Example

White with #95926A

Text Example


Text Example

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