Html Css Color HEX #90998A Delta

📋 copy color: '#90998A'

red 144 ◦ green 153 ◦ blue 138

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

Shades of Delta #90998A

Tints of Delta #90998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

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

R = 33.1%
G = 35.17%
B = 31.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#90998A (or 0x90998A) is known color: Delta. HEX triplet: 90, 99 and 8A. RGB value is (144,153,138). Sum of RGB (Red+Green+Blue) = 144+153+138=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #90998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90998A is #6F6675. Grayscale: #949494. Windows color (decimal): -7300726 or 9083280. OLE color: 9083280.

HSL color Cylindrical-coordinate representation of color #90998A: hue angle of 96º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #90998A is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 138 -
CMYK 0.06 0 0.10 0.4
HSL 96º 0.07% 0.57% -
HSV(B) 96º 0.1% 0.6% -
XYZ 27.48 30.55 28.49 -
YUV 148.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 144 153 138 0.06 0 0.10 0.4 96 0.07 0.57
Hex 90 99 8A 6 0 A 28 60 7 39
Octal 220 231 212 6 0 12 50 140 7 71
Binary 10010000 10011001 10001010 110 0 1010 101000 1100000 111 111001

Color Harmonies of #90998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90998A

Black with #90998A

Text Example


Text Example

White with #90998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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