Html Css Color HEX #94998F Delta

📋 copy color: '#94998F'

red 148 ◦ green 153 ◦ blue 143

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

Shades of Delta #94998F

Tints of Delta #94998F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.21%

R = 33.33%
G = 34.46%
B = 32.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#94998F (or 0x94998F) is known color: Delta. HEX triplet: 94, 99 and 8F. RGB value is (148,153,143). Sum of RGB (Red+Green+Blue) = 148+153+143=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 153 - color contains mainly: green. Hex color #94998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94998F is #6B6670. Grayscale: #969696. Windows color (decimal): -7038577 or 9410964. OLE color: 9410964.

HSL color Cylindrical-coordinate representation of color #94998F: hue angle of 90º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94998F is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 153 143 -
CMYK 0.03 0 0.07 0.4
HSL 90º 0.05% 0.58% -
HSV(B) 90º 0.07% 0.6% -
XYZ 28.56 31.06 30.48 -
YUV 150.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 148 153 143 0.03 0 0.07 0.4 90 0.05 0.58
Hex 94 99 8F 3 0 7 28 5A 5 3A
Octal 224 231 217 3 0 7 50 132 5 72
Binary 10010100 10011001 10001111 11 0 111 101000 1011010 101 111010

Color Harmonies of #94998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94998F

Black with #94998F

Text Example


Text Example

White with #94998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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