Html Css Color HEX #90938A Delta

📋 copy color: '#90938A'

red 144 ◦ green 147 ◦ blue 138

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

Shades of Delta #90938A

Tints of Delta #90938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.27%

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

R = 33.57%
G = 34.27%
B = 32.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#90938A (or 0x90938A) is known color: Delta. HEX triplet: 90, 93 and 8A. RGB value is (144,147,138). Sum of RGB (Red+Green+Blue) = 144+147+138=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 147 - color contains mainly: green. Hex color #90938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90938A is #6F6C75. Grayscale: #919191. Windows color (decimal): -7302262 or 9081744. OLE color: 9081744.

HSL color Cylindrical-coordinate representation of color #90938A: hue angle of 80º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #90938A is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 147 138 -
CMYK 0.02 0 0.06 0.42
HSL 80º 0.04% 0.56% -
HSV(B) 80º 0.06% 0.58% -
XYZ 26.52 28.63 28.17 -
YUV 145.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 144 147 138 0.02 0 0.06 0.42 80 0.04 0.56
Hex 90 93 8A 2 0 6 2A 50 4 38
Octal 220 223 212 2 0 6 52 120 4 70
Binary 10010000 10010011 10001010 10 0 110 101010 1010000 100 111000

Color Harmonies of #90938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90938A

Black with #90938A

Text Example


Text Example

White with #90938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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