Html Css Color HEX #999E92 Delta

📋 copy color: '#999E92'

red 153 ◦ green 158 ◦ blue 146

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

Shades of Delta #999E92

Tints of Delta #999E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.95%

R = 33.48%
G = 34.57%
B = 31.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#999E92 (or 0x999E92) is known color: Delta. HEX triplet: 99, 9E and 92. RGB value is (153,158,146). Sum of RGB (Red+Green+Blue) = 153+158+146=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 158 - color contains mainly: green. Hex color #999E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999E92 is #66616D. Grayscale: #9B9B9B. Windows color (decimal): -6709614 or 9608857. OLE color: 9608857.

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

Color convert

RGB 153 158 146 -
CMYK 0.03 0 0.08 0.38
HSL 85º 0.06% 0.6% -
HSV(B) 85º 0.08% 0.62% -
XYZ 30.55 33.3 32.01 -
YUV 155.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 153 158 146 0.03 0 0.08 0.38 85 0.06 0.6
Hex 99 9E 92 3 0 8 26 55 6 3C
Octal 231 236 222 3 0 10 46 125 6 74
Binary 10011001 10011110 10010010 11 0 1000 100110 1010101 110 111100

Color Harmonies of #999E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E92

Black with #999E92

Text Example


Text Example

White with #999E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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