Html Css Color HEX #94B988 Mantle

📋 copy color: '#94B988'

red 148 ◦ green 185 ◦ blue 136

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

Shades of Mantle #94B988

Tints of Mantle #94B988

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.45%

 BLUE value IS 136 (53.52% from 255) = 29%

R = 31.56%
G = 39.45%
B = 29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#94B988 (or 0x94B988) is known color: Mantle. HEX triplet: 94, B9 and 88. RGB value is (148,185,136). Sum of RGB (Red+Green+Blue) = 148+185+136=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #94B988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B988 is #6B4677. Grayscale: #A8A8A8. Windows color (decimal): -7030392 or 8960404. OLE color: 8960404.

HSL color Cylindrical-coordinate representation of color #94B988: hue angle of 105.31º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94B988 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 185 136 -
CMYK 0.20 0 0.26 0.27
HSL 105.31º 0.26% 0.63% -
HSV(B) 105.31º 0.26% 0.73% -
XYZ 34.01 42.77 29.76 -
YUV 168.35 109.74 113.48 -
System Red Green Blue C M Y K H S L
Decimal 148 185 136 0.20 0 0.26 0.27 105.31 0.26 0.63
Hex 94 B9 88 14 0 1A 1B 69 1A 3F
Octal 224 271 210 24 0 32 33 151 32 77
Binary 10010100 10111001 10001000 10100 0 11010 11011 1101001 11010 111111

Color Harmonies of #94B988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B988

Black with #94B988

Text Example


Text Example

White with #94B988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,185,136); }

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

background-color css

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

 a { background-color: rgb(148,185,136); }

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

border-color css

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

 span { border-color: rgb(148,185,136); }

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