#928123

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

Shades of Lemon Ginger #928123

Tints of Lemon Ginger #928123

Color information

#928123 (or 0x928123) is unknown color: approx Lemon Ginger. HEX triplet: 92, 81 and 23. RGB value is (146,129,35). Sum of RGB (Red+Green+Blue) = 146+129+35=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #928123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928123 is #6D7EDC. Grayscale: #7B7B7B. Windows color (decimal): -7175901 or 2326930. OLE color: 2326930.

HSL color Cylindrical-coordinate representation of color #928123: hue angle of 50.81º 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 #928123 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB14612935-
CMYK00.120.760.43
HSL50.81º61.33%35.49%-
HSV(B)50.81º76.03%57.25%-
XYZ20.0121.934.77-
YUV123.3778.13144.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.10%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 35 (14.06% from 255) = 11.29%
R=47.10%
G=41.61%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461293500.120.760.4350.8161.3335.49
Hex9281230C4C2B333d23
Octal2222014301411453637543
Binary1001001010000001100011011001001100101011110011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928123; }

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

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

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

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

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

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

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

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