Html Css Color HEX #94B28E Mantle

📋 copy color: '#94B28E'

red 148 ◦ green 178 ◦ blue 142

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

Shades of Mantle #94B28E

Tints of Mantle #94B28E

RGB

 RED value IS 148 (58.2% from 255) = 31.62%

 GREEN value IS 178 (69.92% from 255) = 38.03%

 BLUE value IS 142 (55.86% from 255) = 30.34%

R = 31.62%
G = 38.03%
B = 30.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#94B28E (or 0x94B28E) is known color: Mantle. HEX triplet: 94, B2 and 8E. RGB value is (148,178,142). Sum of RGB (Red+Green+Blue) = 148+178+142=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #94B28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B28E is #6B4D71. Grayscale: #A5A5A5. Windows color (decimal): -7032178 or 9351828. OLE color: 9351828.

HSL color Cylindrical-coordinate representation of color #94B28E: hue angle of 110º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B28E is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 178 142 -
CMYK 0.17 0 0.20 0.30
HSL 110º 0.19% 0.63% -
HSV(B) 110º 0.2% 0.7% -
XYZ 33.02 40.09 31.59 -
YUV 164.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 148 178 142 0.17 0 0.20 0.30 110 0.19 0.63
Hex 94 B2 8E 11 0 14 1E 6E 13 3F
Octal 224 262 216 21 0 24 36 156 23 77
Binary 10010100 10110010 10001110 10001 0 10100 11110 1101110 10011 111111

Color Harmonies of #94B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B28E

Black with #94B28E

Text Example


Text Example

White with #94B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94B28E; }

 p { color: rgb(148,178,142); }

 H1.HeaderClassName
 {
   color: #94B28E;
 }
 .AnyTagClassName
 {
   color: #94B28E;
 }
</style>

background-color css

<style>
 a { background-color: #94B28E; }

 a { background-color: rgb(148,178,142); }

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

border-color css

<style>
 span { border-color: #94B28E; }

 span { border-color: rgb(148,178,142); }

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