Html Css Color HEX #94B58A Mantle

📋 copy color: '#94B58A'

red 148 ◦ green 181 ◦ blue 138

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

Shades of Mantle #94B58A

Tints of Mantle #94B58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 31.69%
G = 38.76%
B = 29.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#94B58A (or 0x94B58A) is known color: Mantle. HEX triplet: 94, B5 and 8A. RGB value is (148,181,138). Sum of RGB (Red+Green+Blue) = 148+181+138=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #94B58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B58A is #6B4A75. Grayscale: #A6A6A6. Windows color (decimal): -7031414 or 9090452. OLE color: 9090452.

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

Color convert

RGB 148 181 138 -
CMYK 0.18 0 0.24 0.29
HSL 106.05º 0.23% 0.63% -
HSV(B) 106.05º 0.24% 0.71% -
XYZ 33.32 41.18 30.24 -
YUV 166.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 148 181 138 0.18 0 0.24 0.29 106.05 0.23 0.63
Hex 94 B5 8A 12 0 18 1D 6A 17 3F
Octal 224 265 212 22 0 30 35 152 27 77
Binary 10010100 10110101 10001010 10010 0 11000 11101 1101010 10111 111111

Color Harmonies of #94B58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B58A

Black with #94B58A

Text Example


Text Example

White with #94B58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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