Html Css Color HEX #988B84 Almond Frost

📋 copy color: '#988B84'

red 152 ◦ green 139 ◦ blue 132

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

Shades of Almond Frost #988B84

Tints of Almond Frost #988B84

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.86%

 BLUE value IS 132 (51.95% from 255) = 31.21%

R = 35.93%
G = 32.86%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988B84 (or 0x988B84) is known color: Almond Frost. HEX triplet: 98, 8B and 84. RGB value is (152,139,132). Sum of RGB (Red+Green+Blue) = 152+139+132=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #988B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988B84 is #67747B. Grayscale: #8E8E8E. Windows color (decimal): -6780028 or 8686488. OLE color: 8686488.

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

Color convert

RGB 152 139 132 -
CMYK 0 0.09 0.13 0.40
HSL 21º 0.09% 0.56% -
HSV(B) 21º 0.13% 0.6% -
XYZ 26.35 26.81 25.62 -
YUV 142.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 152 139 132 0 0.09 0.13 0.40 21 0.09 0.56
Hex 98 8B 84 0 9 D 28 15 9 38
Octal 230 213 204 0 11 15 50 25 11 70
Binary 10011000 10001011 10000100 0 1001 1101 101000 10101 1001 111000

Color Harmonies of #988B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B84

Black with #988B84

Text Example


Text Example

White with #988B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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