#927F2B

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

Shades of Lemon Ginger #927F2B

Tints of Lemon Ginger #927F2B

Color information

#927F2B (or 0x927F2B) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7F and 2B. RGB value is (146,127,43). Sum of RGB (Red+Green+Blue) = 146+127+43=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #927F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927F2B is #6D80D4. Grayscale: #7B7B7B. Windows color (decimal): -7176405 or 2850706. OLE color: 2850706.

HSL color Cylindrical-coordinate representation of color #927F2B: hue angle of 48.93º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #927F2B is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB14612743-
CMYK00.130.710.43
HSL48.93º54.5%37.06%-
HSV(B)48.93º70.55%57.25%-
XYZ19.8821.465.38-
YUV123.182.79144.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 43 (17.19% from 255) = 13.61%
R=46.20%
G=40.19%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461274300.130.710.4348.9354.537.06
Hex927F2B0D472B313625
Octal2221775301510753616645
Binary100100101111111101011011011000111101011110001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,127,43); }

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

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

 a { background-color: rgb(146,127,43); }

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

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

 span { border-color: rgb(146,127,43); }

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