Html Css Color HEX #94988A Delta

📋 copy color: '#94988A'

red 148 ◦ green 152 ◦ blue 138

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

Shades of Delta #94988A

Tints of Delta #94988A

RGB

 RED value IS 148 (58.2% from 255) = 33.79%

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

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

R = 33.79%
G = 34.7%
B = 31.51%

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

#94988A (or 0x94988A) is known color: Delta. HEX triplet: 94, 98 and 8A. RGB value is (148,152,138). Sum of RGB (Red+Green+Blue) = 148+152+138=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 152 - color contains mainly: green. Hex color #94988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94988A is #6B6775. Grayscale: #959595. Windows color (decimal): -7038838 or 9083028. OLE color: 9083028.

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

Color convert

RGB 148 152 138 -
CMYK 0.03 0 0.09 0.40
HSL 77.14º 0.06% 0.57% -
HSV(B) 77.14º 0.09% 0.6% -
XYZ 28.03 30.59 28.47 -
YUV 149.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 148 152 138 0.03 0 0.09 0.40 77.14 0.06 0.57
Hex 94 98 8A 3 0 9 28 4D 6 39
Octal 224 230 212 3 0 11 50 115 6 71
Binary 10010100 10011000 10001010 11 0 1001 101000 1001101 110 111001

Color Harmonies of #94988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94988A

Black with #94988A

Text Example


Text Example

White with #94988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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