Html Css Color HEX #959892 Delta

📋 copy color: '#959892'

red 149 ◦ green 152 ◦ blue 146

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

Shades of Delta #959892

Tints of Delta #959892

RGB

 RED value IS 149 (58.59% from 255) = 33.33%

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

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

R = 33.33%
G = 34%
B = 32.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#959892 (or 0x959892) is known color: Delta. HEX triplet: 95, 98 and 92. RGB value is (149,152,146). Sum of RGB (Red+Green+Blue) = 149+152+146=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 152 - color contains mainly: green. Hex color #959892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959892 is #6A676D. Grayscale: #969696. Windows color (decimal): -6973294 or 9607317. OLE color: 9607317.

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

Color convert

RGB 149 152 146 -
CMYK 0.02 0 0.04 0.40
HSL 90º 0.03% 0.58% -
HSV(B) 90º 0.04% 0.6% -
XYZ 28.81 30.92 31.64 -
YUV 150.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 149 152 146 0.02 0 0.04 0.40 90 0.03 0.58
Hex 95 98 92 2 0 4 28 5A 3 3A
Octal 225 230 222 2 0 4 50 132 3 72
Binary 10010101 10011000 10010010 10 0 100 101000 1011010 11 111010

Color Harmonies of #959892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959892

Black with #959892

Text Example


Text Example

White with #959892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959892; }

 p { color: rgb(149,152,146); }

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

background-color css

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

 a { background-color: rgb(149,152,146); }

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

border-color css

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

 span { border-color: rgb(149,152,146); }

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