Html Css Color HEX #988278 Hemp

📋 copy color: '#988278'

red 152 ◦ green 130 ◦ blue 120

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

Shades of Hemp #988278

Tints of Hemp #988278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.85%

R = 37.81%
G = 32.34%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#988278 (or 0x988278) is known color: Hemp. HEX triplet: 98, 82 and 78. RGB value is (152,130,120). Sum of RGB (Red+Green+Blue) = 152+130+120=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #988278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988278 is #677D87. Grayscale: #878787. Windows color (decimal): -6782344 or 7897752. OLE color: 7897752.

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

Color convert

RGB 152 130 120 -
CMYK 0 0.14 0.21 0.40
HSL 18.75º 0.13% 0.53% -
HSV(B) 18.75º 0.21% 0.6% -
XYZ 24.32 24 21.12 -
YUV 135.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 152 130 120 0 0.14 0.21 0.40 18.75 0.13 0.53
Hex 98 82 78 0 E 15 28 13 D 35
Octal 230 202 170 0 16 25 50 23 15 65
Binary 10011000 10000010 1111000 0 1110 10101 101000 10011 1101 110101

Color Harmonies of #988278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988278

Black with #988278

Text Example


Text Example

White with #988278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988278; }

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

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

background-color css

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

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

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

border-color css

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

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

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