#98812A

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

Shades of Lemon Ginger #98812A

Tints of Lemon Ginger #98812A

Color information

#98812A (or 0x98812A) is unknown color: approx Lemon Ginger. HEX triplet: 98, 81 and 2A. RGB value is (152,129,42). Sum of RGB (Red+Green+Blue) = 152+129+42=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #98812A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98812A is #677ED5. Grayscale: #7E7E7E. Windows color (decimal): -6782678 or 2785688. OLE color: 2785688.

HSL color Cylindrical-coordinate representation of color #98812A: hue angle of 47.45º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98812A is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15212942-
CMYK00.150.720.40
HSL47.45º56.7%38.04%-
HSV(B)47.45º72.37%59.61%-
XYZ21.2222.545.42-
YUV125.9680.62146.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 129 (50.78% from 255) = 39.94%
BLUE value IS 42 (16.80% from 255) = 13.00%
R=47.06%
G=39.94%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521294200.150.720.4047.4556.738.04
Hex98812A0F48282f3926
Octal2302015201711050577146
Binary1001100010000001101010011111001000101000101111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98812A; }

 p { color: rgb(152,129,42); }

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

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

 a { background-color: rgb(152,129,42); }

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

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

 span { border-color: rgb(152,129,42); }

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