Html Css Color HEX #998978 Almond Frost

📋 copy color: '#998978'

red 153 ◦ green 137 ◦ blue 120

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

Shades of Almond Frost #998978

Tints of Almond Frost #998978

RGB

 RED value IS 153 (60.16% from 255) = 37.32%

 GREEN value IS 137 (53.91% from 255) = 33.41%

 BLUE value IS 120 (47.27% from 255) = 29.27%

R = 37.32%
G = 33.41%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#998978 (or 0x998978) is known color: Almond Frost. HEX triplet: 99, 89 and 78. RGB value is (153,137,120). Sum of RGB (Red+Green+Blue) = 153+137+120=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #998978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998978 is #667687. Grayscale: #8B8B8B. Windows color (decimal): -6715016 or 7899545. OLE color: 7899545.

HSL color Cylindrical-coordinate representation of color #998978: hue angle of 30.91º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #998978 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 137 120 -
CMYK 0 0.10 0.22 0.4
HSL 30.91º 0.14% 0.54% -
HSV(B) 30.91º 0.22% 0.6% -
XYZ 25.47 26.02 21.45 -
YUV 139.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 153 137 120 0 0.10 0.22 0.4 30.91 0.14 0.54
Hex 99 89 78 0 A 16 28 1F E 36
Octal 231 211 170 0 12 26 50 37 16 66
Binary 10011001 10001001 1111000 0 1010 10110 101000 11111 1110 110110

Color Harmonies of #998978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998978

Black with #998978

Text Example


Text Example

White with #998978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998978; }

 p { color: rgb(153,137,120); }

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

background-color css

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

 a { background-color: rgb(153,137,120); }

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

border-color css

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

 span { border-color: rgb(153,137,120); }

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