Html Css Color HEX #93B096 Envy

📋 copy color: '#93B096'

red 147 ◦ green 176 ◦ blue 150

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

Shades of Envy #93B096

Tints of Envy #93B096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.71%

R = 31.08%
G = 37.21%
B = 31.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#93B096 (or 0x93B096) is known color: Envy. HEX triplet: 93, B0 and 96. RGB value is (147,176,150). Sum of RGB (Red+Green+Blue) = 147+176+150=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 176 - color contains mainly: green. Hex color #93B096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B096 is #6C4F69. Grayscale: #A4A4A4. Windows color (decimal): -7098218 or 9875603. OLE color: 9875603.

HSL color Cylindrical-coordinate representation of color #93B096: hue angle of 126.21º 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 #93B096 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 176 150 -
CMYK 0.16 0 0.15 0.31
HSL 126.21º 0.16% 0.63% -
HSV(B) 126.21º 0.16% 0.69% -
XYZ 33.06 39.46 34.73 -
YUV 164.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 147 176 150 0.16 0 0.15 0.31 126.21 0.16 0.63
Hex 93 B0 96 10 0 F 1F 7E 10 3F
Octal 223 260 226 20 0 17 37 176 20 77
Binary 10010011 10110000 10010110 10000 0 1111 11111 1111110 10000 111111

Color Harmonies of #93B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B096

Black with #93B096

Text Example


Text Example

White with #93B096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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