Html Css Color HEX #988376 Almond Frost

📋 copy color: '#988376'

red 152 ◦ green 131 ◦ blue 118

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

Shades of Almond Frost #988376

Tints of Almond Frost #988376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

 BLUE value IS 118 (46.48% from 255) = 29.43%

R = 37.91%
G = 32.67%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#988376 (or 0x988376) is known color: Almond Frost. HEX triplet: 98, 83 and 76. RGB value is (152,131,118). Sum of RGB (Red+Green+Blue) = 152+131+118=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #988376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988376 is #677C89. Grayscale: #878787. Windows color (decimal): -6782090 or 7766936. OLE color: 7766936.

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

Color convert

RGB 152 131 118 -
CMYK 0 0.14 0.22 0.40
HSL 22.94º 0.14% 0.53% -
HSV(B) 22.94º 0.22% 0.6% -
XYZ 24.34 24.22 20.53 -
YUV 135.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 152 131 118 0 0.14 0.22 0.40 22.94 0.14 0.53
Hex 98 83 76 0 E 16 28 17 E 35
Octal 230 203 166 0 16 26 50 27 16 65
Binary 10011000 10000011 1110110 0 1110 10110 101000 10111 1110 110101

Color Harmonies of #988376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988376

Black with #988376

Text Example


Text Example

White with #988376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988376; }

 p { color: rgb(152,131,118); }

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

background-color css

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

 a { background-color: rgb(152,131,118); }

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

border-color css

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

 span { border-color: rgb(152,131,118); }

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