Html Css Color HEX #94B58B Mantle

📋 copy color: '#94B58B'

red 148 ◦ green 181 ◦ blue 139

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

Shades of Mantle #94B58B

Tints of Mantle #94B58B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

 BLUE value IS 139 (54.69% from 255) = 29.7%

R = 31.62%
G = 38.68%
B = 29.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#94B58B (or 0x94B58B) is known color: Mantle. HEX triplet: 94, B5 and 8B. RGB value is (148,181,139). Sum of RGB (Red+Green+Blue) = 148+181+139=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #94B58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B58B is #6B4A74. Grayscale: #A6A6A6. Windows color (decimal): -7031413 or 9155988. OLE color: 9155988.

HSL color Cylindrical-coordinate representation of color #94B58B: hue angle of 107.14º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94B58B is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 181 139 -
CMYK 0.18 0 0.23 0.29
HSL 107.14º 0.22% 0.63% -
HSV(B) 107.14º 0.23% 0.71% -
XYZ 33.4 41.21 30.62 -
YUV 166.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 148 181 139 0.18 0 0.23 0.29 107.14 0.22 0.63
Hex 94 B5 8B 12 0 17 1D 6B 16 3F
Octal 224 265 213 22 0 27 35 153 26 77
Binary 10010100 10110101 10001011 10010 0 10111 11101 1101011 10110 111111

Color Harmonies of #94B58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B58B

Black with #94B58B

Text Example


Text Example

White with #94B58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,181,139); }

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

background-color css

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

 a { background-color: rgb(148,181,139); }

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

border-color css

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

 span { border-color: rgb(148,181,139); }

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