#987B30

Color #987B30 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #987B30

Tints of Lemon Ginger #987B30

Color information

#987B30 (or 0x987B30) is unknown color: approx Lemon Ginger. HEX triplet: 98, 7B and 30. RGB value is (152,123,48). Sum of RGB (Red+Green+Blue) = 152+123+48=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #987B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B30 is #6784CF. Grayscale: #7B7B7B. Windows color (decimal): -6784208 or 3177368. OLE color: 3177368.

HSL color Cylindrical-coordinate representation of color #987B30: hue angle of 43.27º 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 #987B30 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15212348-
CMYK00.190.680.40
HSL43.27º52%39.22%-
HSV(B)43.27º68.42%59.61%-
XYZ20.5721.055.78-
YUV123.1285.61148.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=47.06%
G=38.08%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521234800.190.680.4043.275239.22
Hex987B3001344282b3427
Octal2301736002310450536447
Binary1001100011110111100000100111000100101000101011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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