#908215

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

Shades of Lemon Ginger #908215

Tints of Lemon Ginger #908215

Color information

#908215 (or 0x908215) is unknown color: approx Lemon Ginger. HEX triplet: 90, 82 and 15. RGB value is (144,130,21). Sum of RGB (Red+Green+Blue) = 144+130+21=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #908215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908215 is #6F7DEA. Grayscale: #7A7A7A. Windows color (decimal): -7306731 or 1409680. OLE color: 1409680.

HSL color Cylindrical-coordinate representation of color #908215: hue angle of 53.17º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #908215 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14413021-
CMYK00.100.850.44
HSL53.17º74.55%32.35%-
HSV(B)53.17º85.42%56.47%-
XYZ19.6221.953.91-
YUV121.7671.14143.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.81%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=48.81%
G=44.07%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441302100.100.850.4453.1774.5532.35
Hex9082150A552C354b20
Octal22020225012125546511340
Binary1001000010000010101010101010101011011001101011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908215; }

 p { color: rgb(144,130,21); }

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

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

 a { background-color: rgb(144,130,21); }

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

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

 span { border-color: rgb(144,130,21); }

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