Html Css Color HEX #94B38C Mantle

📋 copy color: '#94B38C'

red 148 ◦ green 179 ◦ blue 140

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

Shades of Mantle #94B38C

Tints of Mantle #94B38C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.33%

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 31.69%
G = 38.33%
B = 29.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#94B38C (or 0x94B38C) is known color: Mantle. HEX triplet: 94, B3 and 8C. RGB value is (148,179,140). Sum of RGB (Red+Green+Blue) = 148+179+140=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #94B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B38C is #6B4C73. Grayscale: #A5A5A5. Windows color (decimal): -7031924 or 9221012. OLE color: 9221012.

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

Color convert

RGB 148 179 140 -
CMYK 0.17 0 0.22 0.30
HSL 107.69º 0.2% 0.63% -
HSV(B) 107.69º 0.22% 0.7% -
XYZ 33.07 40.43 30.87 -
YUV 165.29 113.73 115.67 -
System Red Green Blue C M Y K H S L
Decimal 148 179 140 0.17 0 0.22 0.30 107.69 0.2 0.63
Hex 94 B3 8C 11 0 16 1E 6C 14 3F
Octal 224 263 214 21 0 26 36 154 24 77
Binary 10010100 10110011 10001100 10001 0 10110 11110 1101100 10100 111111

Color Harmonies of #94B38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B38C

Black with #94B38C

Text Example


Text Example

White with #94B38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,179,140); }

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

background-color css

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

 a { background-color: rgb(148,179,140); }

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

border-color css

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

 span { border-color: rgb(148,179,140); }

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