Html Css Color HEX #93988A Delta

📋 copy color: '#93988A'

red 147 ◦ green 152 ◦ blue 138

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

Shades of Delta #93988A

Tints of Delta #93988A

RGB

 RED value IS 147 (57.81% from 255) = 33.64%

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

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

R = 33.64%
G = 34.78%
B = 31.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#93988A (or 0x93988A) is known color: Delta. HEX triplet: 93, 98 and 8A. RGB value is (147,152,138). Sum of RGB (Red+Green+Blue) = 147+152+138=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 152 - color contains mainly: green. Hex color #93988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93988A is #6C6775. Grayscale: #949494. Windows color (decimal): -7104374 or 9083027. OLE color: 9083027.

HSL color Cylindrical-coordinate representation of color #93988A: hue angle of 81.43º 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 #93988A is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 147 152 138 -
CMYK 0.03 0 0.09 0.40
HSL 81.43º 0.06% 0.57% -
HSV(B) 81.43º 0.09% 0.6% -
XYZ 27.85 30.49 28.46 -
YUV 148.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 147 152 138 0.03 0 0.09 0.40 81.43 0.06 0.57
Hex 93 98 8A 3 0 9 28 51 6 39
Octal 223 230 212 3 0 11 50 121 6 71
Binary 10010011 10011000 10001010 11 0 1001 101000 1010001 110 111001

Color Harmonies of #93988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93988A

Black with #93988A

Text Example


Text Example

White with #93988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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