Html Css Color HEX #96988E Delta

📋 copy color: '#96988E'

red 150 ◦ green 152 ◦ blue 142

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

Shades of Delta #96988E

Tints of Delta #96988E

RGB

 RED value IS 150 (58.98% from 255) = 33.78%

 GREEN value IS 152 (59.77% from 255) = 34.23%

 BLUE value IS 142 (55.86% from 255) = 31.98%

R = 33.78%
G = 34.23%
B = 31.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#96988E (or 0x96988E) is known color: Delta. HEX triplet: 96, 98 and 8E. RGB value is (150,152,142). Sum of RGB (Red+Green+Blue) = 150+152+142=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 152 - color contains mainly: green. Hex color #96988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96988E is #696771. Grayscale: #969696. Windows color (decimal): -6907762 or 9345174. OLE color: 9345174.

HSL color Cylindrical-coordinate representation of color #96988E: hue angle of 72º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96988E is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 152 142 -
CMYK 0.01 0 0.07 0.40
HSL 72º 0.05% 0.58% -
HSV(B) 72º 0.07% 0.6% -
XYZ 28.69 30.89 30.04 -
YUV 150.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 150 152 142 0.01 0 0.07 0.40 72 0.05 0.58
Hex 96 98 8E 1 0 7 28 48 5 3A
Octal 226 230 216 1 0 7 50 110 5 72
Binary 10010110 10011000 10001110 1 0 111 101000 1001000 101 111010

Color Harmonies of #96988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96988E

Black with #96988E

Text Example


Text Example

White with #96988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96988E; }

 p { color: rgb(150,152,142); }

 H1.HeaderClassName
 {
   color: #96988E;
 }
 .AnyTagClassName
 {
   color: #96988E;
 }
</style>

background-color css

<style>
 a { background-color: #96988E; }

 a { background-color: rgb(150,152,142); }

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

border-color css

<style>
 span { border-color: #96988E; }

 span { border-color: rgb(150,152,142); }

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