#968723

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

Shades of Lemon Ginger #968723

Tints of Lemon Ginger #968723

Color information

#968723 (or 0x968723) is unknown color: approx Lemon Ginger. HEX triplet: 96, 87 and 23. RGB value is (150,135,35). Sum of RGB (Red+Green+Blue) = 150+135+35=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #968723 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968723 is #6978DC. Grayscale: #808080. Windows color (decimal): -6912221 or 2328470. OLE color: 2328470.

HSL color Cylindrical-coordinate representation of color #968723: hue angle of 52.17º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #968723 is Cyan = 0, Magento = 0.1, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB15013535-
CMYK00.10.770.41
HSL52.17º62.16%36.27%-
HSV(B)52.17º76.67%58.82%-
XYZ21.5523.935.07-
YUV128.0875.47143.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 35 (14.06% from 255) = 10.94%
R=46.88%
G=42.19%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501353500.10.770.4152.1762.1636.27
Hex9687230A4D29343e24
Octal2262074301211551647644
Binary1001011010000111100011010101001101101001110100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968723; }

 p { color: rgb(150,135,35); }

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

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

 a { background-color: rgb(150,135,35); }

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

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

 span { border-color: rgb(150,135,35); }

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