#988278

Color #988278 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #988278

Tints of Hemp #988278

Color information

#988278 (or 0x988278) is unknown color: approx 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

RGB152130120-
CMYK00.140.210.40
HSL18.75º13.45%53.33%-
HSV(B)18.75º21.05%59.61%-
XYZ24.322421.12-
YUV135.44119.29139.81-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213012000.140.210.4018.7513.4553.33
Hex9882780E152813d35
Octal2302021700162550231565
Binary100110001000001011110000111010101101000100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>