Html Css Color HEX #93B099 Edward

📋 copy color: '#93B099'

red 147 ◦ green 176 ◦ blue 153

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

Shades of Edward #93B099

Tints of Edward #93B099

RGB

 RED value IS 147 (57.81% from 255) = 30.88%

 GREEN value IS 176 (69.14% from 255) = 36.97%

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

R = 30.88%
G = 36.97%
B = 32.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#93B099 (or 0x93B099) is known color: Edward. HEX triplet: 93, B0 and 99. RGB value is (147,176,153). Sum of RGB (Red+Green+Blue) = 147+176+153=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #93B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B099 is #6C4F66. Grayscale: #A4A4A4. Windows color (decimal): -7098215 or 10072211. OLE color: 10072211.

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

Color convert

RGB 147 176 153 -
CMYK 0.16 0 0.13 0.31
HSL 132.41º 0.16% 0.63% -
HSV(B) 132.41º 0.16% 0.69% -
XYZ 33.31 39.55 36.02 -
YUV 164.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 147 176 153 0.16 0 0.13 0.31 132.41 0.16 0.63
Hex 93 B0 99 10 0 D 1F 84 10 3F
Octal 223 260 231 20 0 15 37 204 20 77
Binary 10010011 10110000 10011001 10000 0 1101 11111 10000100 10000 111111

Color Harmonies of #93B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B099

Black with #93B099

Text Example


Text Example

White with #93B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93B099; }

 p { color: rgb(147,176,153); }

 H1.HeaderClassName
 {
   color: #93B099;
 }
 .AnyTagClassName
 {
   color: #93B099;
 }
</style>

background-color css

<style>
 a { background-color: #93B099; }

 a { background-color: rgb(147,176,153); }

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

border-color css

<style>
 span { border-color: #93B099; }

 span { border-color: rgb(147,176,153); }

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