#928C23

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

Shades of Lemon Ginger #928C23

Tints of Lemon Ginger #928C23

Color information

#928C23 (or 0x928C23) is unknown color: approx Lemon Ginger. HEX triplet: 92, 8C and 23. RGB value is (146,140,35). Sum of RGB (Red+Green+Blue) = 146+140+35=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #928C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928C23 is #6D73DC. Grayscale: #828282. Windows color (decimal): -7173085 or 2329746. OLE color: 2329746.

HSL color Cylindrical-coordinate representation of color #928C23: hue angle of 56.76º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #928C23 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB14614035-
CMYK00.040.760.43
HSL56.76º61.33%35.49%-
HSV(B)56.76º76.03%57.25%-
XYZ21.5424.995.28-
YUV129.8274.49139.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 140 (55.08% from 255) = 43.61%
BLUE value IS 35 (14.06% from 255) = 10.90%
R=45.48%
G=43.61%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461403500.040.760.4356.7661.3335.49
Hex928C23044C2B393d23
Octal222214430411453717543
Binary100100101000110010001101001001100101011111001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928C23; }

 p { color: rgb(146,140,35); }

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

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

 a { background-color: rgb(146,140,35); }

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

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

 span { border-color: rgb(146,140,35); }

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