#90928A

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

Shades of Delta #90928A

Tints of Delta #90928A

Color information

#90928A (or 0x90928A) is unknown color: approx Delta. HEX triplet: 90, 92 and 8A. RGB value is (144,146,138). Sum of RGB (Red+Green+Blue) = 144+146+138=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 146 - color contains mainly: green. Hex color #90928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90928A is #6F6D75. Grayscale: #909090. Windows color (decimal): -7302518 or 9081488. OLE color: 9081488.

HSL color Cylindrical-coordinate representation of color #90928A: hue angle of 75º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #90928A is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB144146138-
CMYK0.0100.050.43
HSL75º3.54%55.69%-
HSV(B)75º5.48%57.25%-
XYZ26.3728.3228.12-
YUV144.49124.34127.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=33.64%
G=34.11%
B=32.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441461380.0100.050.43753.5455.69
Hex90928A1052B4b438
Octal22022221210553113470
Binary100100001001001010001010101011010111001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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