Html Css Color HEX #999D94 Delta

📋 copy color: '#999D94'

red 153 ◦ green 157 ◦ blue 148

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

Shades of Delta #999D94

Tints of Delta #999D94

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.28%

 BLUE value IS 148 (58.2% from 255) = 32.31%

R = 33.41%
G = 34.28%
B = 32.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#999D94 (or 0x999D94) is known color: Delta. HEX triplet: 99, 9D and 94. RGB value is (153,157,148). Sum of RGB (Red+Green+Blue) = 153+157+148=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 157 - color contains mainly: green. Hex color #999D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999D94 is #66626B. Grayscale: #9A9A9A. Windows color (decimal): -6709868 or 9739673. OLE color: 9739673.

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

Color convert

RGB 153 157 148 -
CMYK 0.03 0 0.06 0.38
HSL 86.67º 0.04% 0.6% -
HSV(B) 86.67º 0.06% 0.62% -
XYZ 30.54 33.02 32.78 -
YUV 154.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 153 157 148 0.03 0 0.06 0.38 86.67 0.04 0.6
Hex 99 9D 94 3 0 6 26 57 4 3C
Octal 231 235 224 3 0 6 46 127 4 74
Binary 10011001 10011101 10010100 11 0 110 100110 1010111 100 111100

Color Harmonies of #999D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999D94

Black with #999D94

Text Example


Text Example

White with #999D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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