Html Css Color HEX #988274 Almond Frost

📋 copy color: '#988274'

red 152 ◦ green 130 ◦ blue 116

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

Shades of Almond Frost #988274

Tints of Almond Frost #988274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 38.19%
G = 32.66%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#988274 (or 0x988274) is known color: Almond Frost. HEX triplet: 98, 82 and 74. RGB value is (152,130,116). Sum of RGB (Red+Green+Blue) = 152+130+116=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #988274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988274 is #677D8B. Grayscale: #878787. Windows color (decimal): -6782348 or 7635608. OLE color: 7635608.

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

Color convert

RGB 152 130 116 -
CMYK 0 0.14 0.24 0.40
HSL 23.33º 0.15% 0.53% -
HSV(B) 23.33º 0.24% 0.6% -
XYZ 24.08 23.9 19.87 -
YUV 134.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 152 130 116 0 0.14 0.24 0.40 23.33 0.15 0.53
Hex 98 82 74 0 E 18 28 17 F 35
Octal 230 202 164 0 16 30 50 27 17 65
Binary 10011000 10000010 1110100 0 1110 11000 101000 10111 1111 110101

Color Harmonies of #988274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988274

Black with #988274

Text Example


Text Example

White with #988274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988274; }

 p { color: rgb(152,130,116); }

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

background-color css

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

 a { background-color: rgb(152,130,116); }

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

border-color css

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

 span { border-color: rgb(152,130,116); }

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