Html Css Color HEX #94988F Delta

📋 copy color: '#94988F'

red 148 ◦ green 152 ◦ blue 143

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

Shades of Delta #94988F

Tints of Delta #94988F

RGB

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

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

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

R = 33.41%
G = 34.31%
B = 32.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#94988F (or 0x94988F) is known color: Delta. HEX triplet: 94, 98 and 8F. RGB value is (148,152,143). Sum of RGB (Red+Green+Blue) = 148+152+143=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 152 - color contains mainly: green. Hex color #94988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94988F is #6B6770. Grayscale: #959595. Windows color (decimal): -7038833 or 9410708. OLE color: 9410708.

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

Color convert

RGB 148 152 143 -
CMYK 0.03 0 0.06 0.40
HSL 86.67º 0.04% 0.58% -
HSV(B) 86.67º 0.06% 0.6% -
XYZ 28.4 30.74 30.42 -
YUV 149.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 148 152 143 0.03 0 0.06 0.40 86.67 0.04 0.58
Hex 94 98 8F 3 0 6 28 57 4 3A
Octal 224 230 217 3 0 6 50 127 4 72
Binary 10010100 10011000 10001111 11 0 110 101000 1010111 100 111010

Color Harmonies of #94988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94988F

Black with #94988F

Text Example


Text Example

White with #94988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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