Html Css Color HEX #988B85 Almond Frost

📋 copy color: '#988B85'

red 152 ◦ green 139 ◦ blue 133

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

Shades of Almond Frost #988B85

Tints of Almond Frost #988B85

RGB

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

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

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

R = 35.85%
G = 32.78%
B = 31.37%

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

#988B85 (or 0x988B85) is known color: Almond Frost. HEX triplet: 98, 8B and 85. RGB value is (152,139,133). Sum of RGB (Red+Green+Blue) = 152+139+133=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #988B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988B85 is #67747A. Grayscale: #8E8E8E. Windows color (decimal): -6780027 or 8752024. OLE color: 8752024.

HSL color Cylindrical-coordinate representation of color #988B85: hue angle of 18.95º 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 #988B85 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 139 133 -
CMYK 0 0.09 0.13 0.40
HSL 18.95º 0.08% 0.56% -
HSV(B) 18.95º 0.13% 0.6% -
XYZ 26.42 26.83 25.98 -
YUV 142.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 152 139 133 0 0.09 0.13 0.40 18.95 0.08 0.56
Hex 98 8B 85 0 9 D 28 13 8 38
Octal 230 213 205 0 11 15 50 23 10 70
Binary 10011000 10001011 10000101 0 1001 1101 101000 10011 1000 111000

Color Harmonies of #988B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B85

Black with #988B85

Text Example


Text Example

White with #988B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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