Html Css Color HEX #90988A Delta

📋 copy color: '#90988A'

red 144 ◦ green 152 ◦ blue 138

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

Shades of Delta #90988A

Tints of Delta #90988A

RGB

 RED value IS 144 (56.64% from 255) = 33.18%

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

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 33.18%
G = 35.02%
B = 31.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#90988A (or 0x90988A) is known color: Delta. HEX triplet: 90, 98 and 8A. RGB value is (144,152,138). Sum of RGB (Red+Green+Blue) = 144+152+138=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 152 - color contains mainly: green. Hex color #90988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90988A is #6F6775. Grayscale: #949494. Windows color (decimal): -7300982 or 9083024. OLE color: 9083024.

HSL color Cylindrical-coordinate representation of color #90988A: hue angle of 94.29º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #90988A is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 152 138 -
CMYK 0.05 0 0.09 0.40
HSL 94.29º 0.06% 0.57% -
HSV(B) 94.29º 0.09% 0.6% -
XYZ 27.32 30.22 28.44 -
YUV 148.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 144 152 138 0.05 0 0.09 0.40 94.29 0.06 0.57
Hex 90 98 8A 5 0 9 28 5E 6 39
Octal 220 230 212 5 0 11 50 136 6 71
Binary 10010000 10011000 10001010 101 0 1001 101000 1011110 110 111001

Color Harmonies of #90988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90988A

Black with #90988A

Text Example


Text Example

White with #90988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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