#927C30

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

Shades of Lemon Ginger #927C30

Tints of Lemon Ginger #927C30

Color information

#927C30 (or 0x927C30) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7C and 30. RGB value is (146,124,48). Sum of RGB (Red+Green+Blue) = 146+124+48=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #927C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C30 is #6D83CF. Grayscale: #7A7A7A. Windows color (decimal): -7177168 or 3177618. OLE color: 3177618.

HSL color Cylindrical-coordinate representation of color #927C30: hue angle of 46.53º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #927C30 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB14612448-
CMYK00.150.670.43
HSL46.53º50.52%38.04%-
HSV(B)46.53º67.12%57.25%-
XYZ19.620.745.77-
YUV121.9186.29145.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.91%
GREEN value IS 124 (48.83% from 255) = 38.99%
BLUE value IS 48 (19.14% from 255) = 15.09%
R=45.91%
G=38.99%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461244800.150.670.4346.5350.5238.04
Hex927C300F432B2f3326
Octal2221746001710353576346
Binary100100101111100110000011111000011101011101111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927C30; }

 p { color: rgb(146,124,48); }

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

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

 a { background-color: rgb(146,124,48); }

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

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

 span { border-color: rgb(146,124,48); }

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