Html Css Color HEX #998D82 Almond Frost

📋 copy color: '#998D82'

red 153 ◦ green 141 ◦ blue 130

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

Shades of Almond Frost #998D82

Tints of Almond Frost #998D82

RGB

 RED value IS 153 (60.16% from 255) = 36.08%

 GREEN value IS 141 (55.47% from 255) = 33.25%

 BLUE value IS 130 (51.17% from 255) = 30.66%

R = 36.08%
G = 33.25%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#998D82 (or 0x998D82) is known color: Almond Frost. HEX triplet: 99, 8D and 82. RGB value is (153,141,130). Sum of RGB (Red+Green+Blue) = 153+141+130=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #998D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D82 is #66727D. Grayscale: #8F8F8F. Windows color (decimal): -6713982 or 8555929. OLE color: 8555929.

HSL color Cylindrical-coordinate representation of color #998D82: hue angle of 28.7º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998D82 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 141 130 -
CMYK 0 0.08 0.15 0.4
HSL 28.7º 0.1% 0.55% -
HSV(B) 28.7º 0.15% 0.6% -
XYZ 26.69 27.43 25.01 -
YUV 143.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 153 141 130 0 0.08 0.15 0.4 28.7 0.1 0.55
Hex 99 8D 82 0 8 F 28 1D A 37
Octal 231 215 202 0 10 17 50 35 12 67
Binary 10011001 10001101 10000010 0 1000 1111 101000 11101 1010 110111

Color Harmonies of #998D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D82

Black with #998D82

Text Example


Text Example

White with #998D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998D82; }

 p { color: rgb(153,141,130); }

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

background-color css

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

 a { background-color: rgb(153,141,130); }

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

border-color css

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

 span { border-color: rgb(153,141,130); }

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