#90968A

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

Shades of Delta #90968A

Tints of Delta #90968A

Color information

#90968A (or 0x90968A) is unknown color: approx Delta. HEX triplet: 90, 96 and 8A. RGB value is (144,150,138). Sum of RGB (Red+Green+Blue) = 144+150+138=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 150 - color contains mainly: green. Hex color #90968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90968A is #6F6975. Grayscale: #929292. Windows color (decimal): -7301494 or 9082512. OLE color: 9082512.

HSL color Cylindrical-coordinate representation of color #90968A: hue angle of 90º 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 #90968A is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB144150138-
CMYK0.0400.080.41
HSL90º5.41%56.47%-
HSV(B)90º8%58.82%-
XYZ2729.5828.33-
YUV146.84123.01125.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=33.33%
G=34.72%
B=31.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441501380.0400.080.41905.4156.47
Hex90968A408295a538
Octal220226212401051132570
Binary100100001001011010001010100010001010011011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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