Html Css Color HEX #94998A Delta

📋 copy color: '#94998A'

red 148 ◦ green 153 ◦ blue 138

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

Shades of Delta #94998A

Tints of Delta #94998A

RGB

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

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

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

R = 33.71%
G = 34.85%
B = 31.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#94998A (or 0x94998A) is known color: Delta. HEX triplet: 94, 99 and 8A. RGB value is (148,153,138). Sum of RGB (Red+Green+Blue) = 148+153+138=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 153 - color contains mainly: green. Hex color #94998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94998A is #6B6675. Grayscale: #959595. Windows color (decimal): -7038582 or 9083284. OLE color: 9083284.

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

Color convert

RGB 148 153 138 -
CMYK 0.03 0 0.10 0.4
HSL 80º 0.07% 0.57% -
HSV(B) 80º 0.1% 0.6% -
XYZ 28.19 30.91 28.53 -
YUV 149.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 148 153 138 0.03 0 0.10 0.4 80 0.07 0.57
Hex 94 99 8A 3 0 A 28 50 7 39
Octal 224 231 212 3 0 12 50 120 7 71
Binary 10010100 10011001 10001010 11 0 1010 101000 1010000 111 111001

Color Harmonies of #94998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94998A

Black with #94998A

Text Example


Text Example

White with #94998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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