#968A21

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

Shades of Lemon Ginger #968A21

Tints of Lemon Ginger #968A21

Color information

#968A21 (or 0x968A21) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8A and 21. RGB value is (150,138,33). Sum of RGB (Red+Green+Blue) = 150+138+33=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #968A21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A21 is #6975DE. Grayscale: #828282. Windows color (decimal): -6911455 or 2198166. OLE color: 2198166.

HSL color Cylindrical-coordinate representation of color #968A21: hue angle of 53.85º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #968A21 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB15013833-
CMYK00.080.780.41
HSL53.85º63.93%35.88%-
HSV(B)53.85º78%58.82%-
XYZ21.9424.775.06-
YUV129.6273.48142.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 138 (54.30% from 255) = 42.99%
BLUE value IS 33 (13.28% from 255) = 10.28%
R=46.73%
G=42.99%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501383300.080.780.4153.8563.9335.88
Hex968A21084E29364024
Octal22621241010116516610044
Binary10010110100010101000010100010011101010011101101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968A21; }

 p { color: rgb(150,138,33); }

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

<style>
 a { background-color: #968A21; }

 a { background-color: rgb(150,138,33); }

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

<style>
 span { border-color: #968A21; }

 span { border-color: rgb(150,138,33); }

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