Html Css Color HEX #987A30 Buttered Rum

📋 copy color: '#987A30'

red 152 ◦ green 122 ◦ blue 48

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

Shades of Buttered Rum #987A30

Tints of Buttered Rum #987A30

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.89%

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 47.2%
G = 37.89%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#987A30 (or 0x987A30) is known color: 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

RGB 152 122 48 -
CMYK 0 0.20 0.68 0.40
HSL 42.69º 0.52% 0.39% -
HSV(B) 42.69º 0.68% 0.6% -
XYZ 20.44 20.81 5.74 -
YUV 122.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 152 122 48 0 0.20 0.68 0.40 42.69 0.52 0.39
Hex 98 7A 30 0 14 44 28 2B 34 27
Octal 230 172 60 0 24 104 50 53 64 47
Binary 10011000 1111010 110000 0 10100 1000100 101000 101011 110100 100111

Color Harmonies of #987A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A30

Black with #987A30

Text Example


Text Example

White with #987A30

Text Example


Text Example

HTML Codes & Css Web 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>