#918333

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

Shades of Lemon Ginger #918333

Tints of Lemon Ginger #918333

Color information

#918333 (or 0x918333) is unknown color: approx Lemon Ginger. HEX triplet: 91, 83 and 33. RGB value is (145,131,51). Sum of RGB (Red+Green+Blue) = 145+131+51=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #918333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918333 is #6E7CCC. Grayscale: #7E7E7E. Windows color (decimal): -7240909 or 3376017. OLE color: 3376017.

HSL color Cylindrical-coordinate representation of color #918333: hue angle of 51.06º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #918333 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB14513151-
CMYK00.100.650.43
HSL51.06º47.96%38.43%-
HSV(B)51.06º64.83%56.86%-
XYZ20.3922.496.4-
YUV126.0785.64141.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 51 (20.31% from 255) = 15.60%
R=44.34%
G=40.06%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451315100.100.650.4351.0647.9638.43
Hex9183330A412B333026
Octal2212036301210153636046
Binary1001000110000011110011010101000001101011110011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918333; }

 p { color: rgb(145,131,51); }

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

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

 a { background-color: rgb(145,131,51); }

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

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

 span { border-color: rgb(145,131,51); }

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