Html Css Color HEX #94B68C Mantle

📋 copy color: '#94B68C'

red 148 ◦ green 182 ◦ blue 140

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

Shades of Mantle #94B68C

Tints of Mantle #94B68C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.72%

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

R = 31.49%
G = 38.72%
B = 29.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#94B68C (or 0x94B68C) is known color: Mantle. HEX triplet: 94, B6 and 8C. RGB value is (148,182,140). Sum of RGB (Red+Green+Blue) = 148+182+140=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 182 - color contains mainly: green. Hex color #94B68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B68C is #6B4973. Grayscale: #A7A7A7. Windows color (decimal): -7031156 or 9221780. OLE color: 9221780.

HSL color Cylindrical-coordinate representation of color #94B68C: hue angle of 108.57º 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 #94B68C is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 182 140 -
CMYK 0.19 0 0.23 0.29
HSL 108.57º 0.22% 0.63% -
HSV(B) 108.57º 0.23% 0.71% -
XYZ 33.67 41.65 31.07 -
YUV 167.05 112.74 114.42 -
System Red Green Blue C M Y K H S L
Decimal 148 182 140 0.19 0 0.23 0.29 108.57 0.22 0.63
Hex 94 B6 8C 13 0 17 1D 6D 16 3F
Octal 224 266 214 23 0 27 35 155 26 77
Binary 10010100 10110110 10001100 10011 0 10111 11101 1101101 10110 111111

Color Harmonies of #94B68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B68C

Black with #94B68C

Text Example


Text Example

White with #94B68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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