#907F21

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

Shades of Lemon Ginger #907F21

Tints of Lemon Ginger #907F21

Color information

#907F21 (or 0x907F21) is unknown color: approx Lemon Ginger. HEX triplet: 90, 7F and 21. RGB value is (144,127,33). Sum of RGB (Red+Green+Blue) = 144+127+33=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #907F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907F21 is #6F80DE. Grayscale: #797979. Windows color (decimal): -7307487 or 2195344. OLE color: 2195344.

HSL color Cylindrical-coordinate representation of color #907F21: hue angle of 50.81º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #907F21 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB14412733-
CMYK00.120.770.44
HSL50.81º62.71%34.71%-
HSV(B)50.81º77.08%56.47%-
XYZ19.3721.224.51-
YUV121.3778.13144.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.37%
GREEN value IS 127 (50% from 255) = 41.78%
BLUE value IS 33 (13.28% from 255) = 10.86%
R=47.37%
G=41.78%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441273300.120.770.4450.8162.7134.71
Hex907F210C4D2C333f23
Octal2201774101411554637743
Binary100100001111111100001011001001101101100110011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907F21; }

 p { color: rgb(144,127,33); }

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

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

 a { background-color: rgb(144,127,33); }

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

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

 span { border-color: rgb(144,127,33); }

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