Html Css Color HEX #988C85 Almond Frost

📋 copy color: '#988C85'

red 152 ◦ green 140 ◦ blue 133

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

Shades of Almond Frost #988C85

Tints of Almond Frost #988C85

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.94%

 BLUE value IS 133 (52.34% from 255) = 31.29%

R = 35.76%
G = 32.94%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988C85 (or 0x988C85) is known color: Almond Frost. HEX triplet: 98, 8C and 85. RGB value is (152,140,133). Sum of RGB (Red+Green+Blue) = 152+140+133=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 152 - color contains mainly: red. Hex color #988C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988C85 is #67737A. Grayscale: #8E8E8E. Windows color (decimal): -6779771 or 8752280. OLE color: 8752280.

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

Color convert

RGB 152 140 133 -
CMYK 0 0.08 0.13 0.40
HSL 22.11º 0.08% 0.56% -
HSV(B) 22.11º 0.13% 0.6% -
XYZ 26.56 27.13 26.03 -
YUV 142.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 152 140 133 0 0.08 0.13 0.40 22.11 0.08 0.56
Hex 98 8C 85 0 8 D 28 16 8 38
Octal 230 214 205 0 10 15 50 26 10 70
Binary 10011000 10001100 10000101 0 1000 1101 101000 10110 1000 111000

Color Harmonies of #988C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C85

Black with #988C85

Text Example


Text Example

White with #988C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,140,133); }

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

background-color css

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

 a { background-color: rgb(152,140,133); }

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

border-color css

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

 span { border-color: rgb(152,140,133); }

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