#987A30

Color #987A30 Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #987A30

Tints of Buttered Rum #987A30

Color information

#987A30 (or 0x987A30) is unknown color: approx Buttered Rum. HEX triplet: 98, 7A and 30. RGB value is (152,122,48). Sum of RGB (Red+Green+Blue) = 152+122+48=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #987A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A30 is #6785CF. Grayscale: #7A7A7A. Windows color (decimal): -6784464 or 3177112. OLE color: 3177112.

HSL color Cylindrical-coordinate representation of color #987A30: hue angle of 42.69º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #987A30 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15212248-
CMYK00.200.680.40
HSL42.69º52%39.22%-
HSV(B)42.69º68.42%59.61%-
XYZ20.4420.815.74-
YUV122.5385.94149.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 122 (48.05% from 255) = 37.89%
BLUE value IS 48 (19.14% from 255) = 14.91%
R=47.20%
G=37.89%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521224800.200.680.4042.695239.22
Hex987A3001444282b3427
Octal2301726002410450536447
Binary1001100011110101100000101001000100101000101011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987A30; }

 p { color: rgb(152,122,48); }

 H1.HeaderClassName
 {
   color: #987A30;
 }
 .AnyTagClassName
 {
   color: #987A30;
 }
</style>
background-color css

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

 a { background-color: rgb(152,122,48); }

 div.DivClassName
 {
   background-color: #987A30;
 }
 .BgClassName
 {
   background-color: #987A30;
 }
</style>
border-color css

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

 span { border-color: rgb(152,122,48); }

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