#99881A

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

Shades of Lemon Ginger #99881A

Tints of Lemon Ginger #99881A

Color information

#99881A (or 0x99881A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 88 and 1A. RGB value is (153,136,26). Sum of RGB (Red+Green+Blue) = 153+136+26=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99881A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99881A is #6677E5. Grayscale: #818181. Windows color (decimal): -6715366 or 1738905. OLE color: 1738905.

HSL color Cylindrical-coordinate representation of color #99881A: hue angle of 51.97º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99881A is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB15313626-
CMYK00.110.830.4
HSL51.97º70.95%35.1%-
HSV(B)51.97º83.01%60%-
XYZ22.1324.464.53-
YUV128.5470.13145.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 26 (10.55% from 255) = 8.25%
R=48.57%
G=43.17%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531362600.110.830.451.9770.9535.1
Hex99881A0B5328344723
Octal23121032013123506410743
Binary1001100110001000110100101110100111010001101001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99881A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,136,26); }

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

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

 a { background-color: rgb(153,136,26); }

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

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

 span { border-color: rgb(153,136,26); }

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