Html Css Color HEX #999E8A Delta

📋 copy color: '#999E8A'

red 153 ◦ green 158 ◦ blue 138

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

Shades of Delta #999E8A

Tints of Delta #999E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 34.08%
G = 35.19%
B = 30.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#999E8A (or 0x999E8A) is known color: Delta. HEX triplet: 99, 9E and 8A. RGB value is (153,158,138). Sum of RGB (Red+Green+Blue) = 153+158+138=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 158 - color contains mainly: green. Hex color #999E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999E8A is #666175. Grayscale: #9A9A9A. Windows color (decimal): -6709622 or 9084569. OLE color: 9084569.

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

Color convert

RGB 153 158 138 -
CMYK 0.03 0 0.13 0.38
HSL 75º 0.09% 0.58% -
HSV(B) 75º 0.13% 0.62% -
XYZ 29.95 33.06 28.85 -
YUV 154.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 153 158 138 0.03 0 0.13 0.38 75 0.09 0.58
Hex 99 9E 8A 3 0 D 26 4B 9 3A
Octal 231 236 212 3 0 15 46 113 11 72
Binary 10011001 10011110 10001010 11 0 1101 100110 1001011 1001 111010

Color Harmonies of #999E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E8A

Black with #999E8A

Text Example


Text Example

White with #999E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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