#92968A

Color #92968A Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #92968A

Tints of Delta #92968A

Color information

#92968A (or 0x92968A) is unknown color: approx Delta. HEX triplet: 92, 96 and 8A. RGB value is (146,150,138). Sum of RGB (Red+Green+Blue) = 146+150+138=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 150 - color contains mainly: green. Hex color #92968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92968A is #6D6975. Grayscale: #939393. Windows color (decimal): -7170422 or 9082514. OLE color: 9082514.

HSL color Cylindrical-coordinate representation of color #92968A: hue angle of 80º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #92968A is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB146150138-
CMYK0.0300.080.41
HSL80º5.41%56.47%-
HSV(B)80º8%58.82%-
XYZ27.3529.7628.35-
YUV147.44122.67126.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=33.64%
G=34.56%
B=31.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461501380.0300.080.41805.4156.47
Hex92968A3082950538
Octal222226212301051120570
Binary10010010100101101000101011010001010011010000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92968A; }

 p { color: rgb(146,150,138); }

 H1.HeaderClassName
 {
   color: #92968A;
 }
 .AnyTagClassName
 {
   color: #92968A;
 }
</style>
background-color css

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

 a { background-color: rgb(146,150,138); }

 div.DivClassName
 {
   background-color: #92968A;
 }
 .BgClassName
 {
   background-color: #92968A;
 }
</style>
border-color css

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

 span { border-color: rgb(146,150,138); }

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