Html Css Color HEX #969994 Delta

📋 copy color: '#969994'

red 150 ◦ green 153 ◦ blue 148

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

Shades of Delta #969994

Tints of Delta #969994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.92%

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

R = 33.26%
G = 33.92%
B = 32.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#969994 (or 0x969994) is known color: Delta. HEX triplet: 96, 99 and 94. RGB value is (150,153,148). Sum of RGB (Red+Green+Blue) = 150+153+148=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 153 - color contains mainly: green. Hex color #969994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969994 is #69666B. Grayscale: #979797. Windows color (decimal): -6907500 or 9738646. OLE color: 9738646.

HSL color Cylindrical-coordinate representation of color #969994: hue angle of 96º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969994 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 148 -
CMYK 0.02 0 0.03 0.4
HSL 96º 0.02% 0.59% -
HSV(B) 96º 0.03% 0.6% -
XYZ 29.31 31.4 32.53 -
YUV 151.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 150 153 148 0.02 0 0.03 0.4 96 0.02 0.59
Hex 96 99 94 2 0 3 28 60 2 3B
Octal 226 231 224 2 0 3 50 140 2 73
Binary 10010110 10011001 10010100 10 0 11 101000 1100000 10 111011

Color Harmonies of #969994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969994

Black with #969994

Text Example


Text Example

White with #969994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969994; }

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

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

background-color css

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

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

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

border-color css

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

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

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