Html Css Color HEX #94B290 Mantle

📋 copy color: '#94B290'

red 148 ◦ green 178 ◦ blue 144

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

Shades of Mantle #94B290

Tints of Mantle #94B290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.87%

 BLUE value IS 144 (56.64% from 255) = 30.64%

R = 31.49%
G = 37.87%
B = 30.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#94B290 (or 0x94B290) is known color: Mantle. HEX triplet: 94, B2 and 90. RGB value is (148,178,144). Sum of RGB (Red+Green+Blue) = 148+178+144=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #94B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B290 is #6B4D6F. Grayscale: #A5A5A5. Windows color (decimal): -7032176 or 9482900. OLE color: 9482900.

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

Color convert

RGB 148 178 144 -
CMYK 0.17 0 0.19 0.30
HSL 112.94º 0.18% 0.63% -
HSV(B) 112.94º 0.19% 0.7% -
XYZ 33.17 40.15 32.39 -
YUV 165.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 148 178 144 0.17 0 0.19 0.30 112.94 0.18 0.63
Hex 94 B2 90 11 0 13 1E 71 12 3F
Octal 224 262 220 21 0 23 36 161 22 77
Binary 10010100 10110010 10010000 10001 0 10011 11110 1110001 10010 111111

Color Harmonies of #94B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B290

Black with #94B290

Text Example


Text Example

White with #94B290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,178,144); }

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

background-color css

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

 a { background-color: rgb(148,178,144); }

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

border-color css

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

 span { border-color: rgb(148,178,144); }

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