Html Css Color HEX #988474 Almond Frost

📋 copy color: '#988474'

red 152 ◦ green 132 ◦ blue 116

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

Shades of Almond Frost #988474

Tints of Almond Frost #988474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29%

R = 38%
G = 33%
B = 29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#988474 (or 0x988474) is known color: Almond Frost. HEX triplet: 98, 84 and 74. RGB value is (152,132,116). Sum of RGB (Red+Green+Blue) = 152+132+116=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #988474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988474 is #677B8B. Grayscale: #888888. Windows color (decimal): -6781836 or 7636120. OLE color: 7636120.

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

Color convert

RGB 152 132 116 -
CMYK 0 0.13 0.24 0.40
HSL 26.67º 0.15% 0.53% -
HSV(B) 26.67º 0.24% 0.6% -
XYZ 24.35 24.44 19.96 -
YUV 136.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 152 132 116 0 0.13 0.24 0.40 26.67 0.15 0.53
Hex 98 84 74 0 D 18 28 1B F 35
Octal 230 204 164 0 15 30 50 33 17 65
Binary 10011000 10000100 1110100 0 1101 11000 101000 11011 1111 110101

Color Harmonies of #988474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988474

Black with #988474

Text Example


Text Example

White with #988474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988474; }

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

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

background-color css

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

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

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

border-color css

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

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

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