Html Css Color HEX #94B488 Mantle

📋 copy color: '#94B488'

red 148 ◦ green 180 ◦ blue 136

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

Shades of Mantle #94B488

Tints of Mantle #94B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.79%

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

R = 31.9%
G = 38.79%
B = 29.31%

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

#94B488 (or 0x94B488) is known color: Mantle. HEX triplet: 94, B4 and 88. RGB value is (148,180,136). Sum of RGB (Red+Green+Blue) = 148+180+136=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #94B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B488 is #6B4B77. Grayscale: #A5A5A5. Windows color (decimal): -7031672 or 8959124. OLE color: 8959124.

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

Color convert

RGB 148 180 136 -
CMYK 0.18 0 0.24 0.29
HSL 103.64º 0.23% 0.62% -
HSV(B) 103.64º 0.24% 0.71% -
XYZ 32.98 40.72 29.41 -
YUV 165.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 148 180 136 0.18 0 0.24 0.29 103.64 0.23 0.62
Hex 94 B4 88 12 0 18 1D 68 17 3E
Octal 224 264 210 22 0 30 35 150 27 76
Binary 10010100 10110100 10001000 10010 0 11000 11101 1101000 10111 111110

Color Harmonies of #94B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B488

Black with #94B488

Text Example


Text Example

White with #94B488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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