Html Css Color HEX #94B199 Edward

📋 copy color: '#94B199'

red 148 ◦ green 177 ◦ blue 153

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

Shades of Edward #94B199

Tints of Edward #94B199

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.03%

 BLUE value IS 153 (60.16% from 255) = 32.01%

R = 30.96%
G = 37.03%
B = 32.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#94B199 (or 0x94B199) is known color: Edward. HEX triplet: 94, B1 and 99. RGB value is (148,177,153). Sum of RGB (Red+Green+Blue) = 148+177+153=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 177 - color contains mainly: green. Hex color #94B199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B199 is #6B4E66. Grayscale: #A5A5A5. Windows color (decimal): -7032423 or 10072468. OLE color: 10072468.

HSL color Cylindrical-coordinate representation of color #94B199: hue angle of 130.34º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94B199 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 177 153 -
CMYK 0.16 0 0.14 0.31
HSL 130.34º 0.16% 0.64% -
HSV(B) 130.34º 0.16% 0.69% -
XYZ 33.68 40.04 36.09 -
YUV 165.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 148 177 153 0.16 0 0.14 0.31 130.34 0.16 0.64
Hex 94 B1 99 10 0 E 1F 82 10 40
Octal 224 261 231 20 0 16 37 202 20 100
Binary 10010100 10110001 10011001 10000 0 1110 11111 10000010 10000 1000000

Color Harmonies of #94B199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B199

Black with #94B199

Text Example


Text Example

White with #94B199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,177,153); }

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

background-color css

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

 a { background-color: rgb(148,177,153); }

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

border-color css

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

 span { border-color: rgb(148,177,153); }

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