Html Css Color HEX #988478 Almond Frost

📋 copy color: '#988478'

red 152 ◦ green 132 ◦ blue 120

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

Shades of Almond Frost #988478

Tints of Almond Frost #988478

RGB

 RED value IS 152 (59.77% from 255) = 37.62%

 GREEN value IS 132 (51.95% from 255) = 32.67%

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

R = 37.62%
G = 32.67%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#988478 (or 0x988478) is known color: Almond Frost. HEX triplet: 98, 84 and 78. RGB value is (152,132,120). Sum of RGB (Red+Green+Blue) = 152+132+120=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #988478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988478 is #677B87. Grayscale: #888888. Windows color (decimal): -6781832 or 7898264. OLE color: 7898264.

HSL color Cylindrical-coordinate representation of color #988478: hue angle of 22.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #988478 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 120 -
CMYK 0 0.13 0.21 0.40
HSL 22.5º 0.13% 0.53% -
HSV(B) 22.5º 0.21% 0.6% -
XYZ 24.59 24.53 21.21 -
YUV 136.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 152 132 120 0 0.13 0.21 0.40 22.5 0.13 0.53
Hex 98 84 78 0 D 15 28 16 D 35
Octal 230 204 170 0 15 25 50 26 15 65
Binary 10011000 10000100 1111000 0 1101 10101 101000 10110 1101 110101

Color Harmonies of #988478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988478

Black with #988478

Text Example


Text Example

White with #988478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988478; }

 p { color: rgb(152,132,120); }

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

background-color css

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

 a { background-color: rgb(152,132,120); }

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

border-color css

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

 span { border-color: rgb(152,132,120); }

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