#908515

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

Shades of Lemon Ginger #908515

Tints of Lemon Ginger #908515

Color information

#908515 (or 0x908515) is unknown color: approx Lemon Ginger. HEX triplet: 90, 85 and 15. RGB value is (144,133,21). Sum of RGB (Red+Green+Blue) = 144+133+21=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #908515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908515 is #6F7AEA. Grayscale: #7B7B7B. Windows color (decimal): -7305963 or 1410448. OLE color: 1410448.

HSL color Cylindrical-coordinate representation of color #908515: hue angle of 54.63º 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 #908515 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14413321-
CMYK00.080.850.44
HSL54.63º74.55%32.35%-
HSV(B)54.63º85.42%56.47%-
XYZ20.0222.764.05-
YUV123.5270.14142.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.32%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 21 (8.59% from 255) = 7.05%
R=48.32%
G=44.63%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441332100.080.850.4454.6374.5532.35
Hex90851508552C374b20
Octal22020525010125546711340
Binary1001000010000101101010100010101011011001101111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908515; }

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

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

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

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

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

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

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

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