Html Css Color HEX #999E93 Delta

📋 copy color: '#999E93'

red 153 ◦ green 158 ◦ blue 147

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

Shades of Delta #999E93

Tints of Delta #999E93

RGB

 RED value IS 153 (60.16% from 255) = 33.41%

 GREEN value IS 158 (62.11% from 255) = 34.5%

 BLUE value IS 147 (57.81% from 255) = 32.1%

R = 33.41%
G = 34.5%
B = 32.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#999E93 (or 0x999E93) is known color: Delta. HEX triplet: 99, 9E and 93. RGB value is (153,158,147). Sum of RGB (Red+Green+Blue) = 153+158+147=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 158 - color contains mainly: green. Hex color #999E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999E93 is #66616C. Grayscale: #9B9B9B. Windows color (decimal): -6709613 or 9674393. OLE color: 9674393.

HSL color Cylindrical-coordinate representation of color #999E93: hue angle of 87.27º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #999E93 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 158 147 -
CMYK 0.03 0 0.07 0.38
HSL 87.27º 0.05% 0.6% -
HSV(B) 87.27º 0.07% 0.62% -
XYZ 30.63 33.33 32.42 -
YUV 155.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 153 158 147 0.03 0 0.07 0.38 87.27 0.05 0.6
Hex 99 9E 93 3 0 7 26 57 5 3C
Octal 231 236 223 3 0 7 46 127 5 74
Binary 10011001 10011110 10010011 11 0 111 100110 1010111 101 111100

Color Harmonies of #999E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E93

Black with #999E93

Text Example


Text Example

White with #999E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999E93; }

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

 H1.HeaderClassName
 {
   color: #999E93;
 }
 .AnyTagClassName
 {
   color: #999E93;
 }
</style>

background-color css

<style>
 a { background-color: #999E93; }

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

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

border-color css

<style>
 span { border-color: #999E93; }

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

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