#938430

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

Shades of Lemon Ginger #938430

Tints of Lemon Ginger #938430

Color information

#938430 (or 0x938430) is unknown color: approx Lemon Ginger. HEX triplet: 93, 84 and 30. RGB value is (147,132,48). Sum of RGB (Red+Green+Blue) = 147+132+48=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #938430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938430 is #6C7BCF. Grayscale: #7F7F7F. Windows color (decimal): -7109584 or 3179667. OLE color: 3179667.

HSL color Cylindrical-coordinate representation of color #938430: hue angle of 50.91º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #938430 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14713248-
CMYK00.100.670.42
HSL50.91º50.77%38.24%-
HSV(B)50.91º67.35%57.65%-
XYZ20.8222.926.12-
YUV126.9183.47142.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 48 (19.14% from 255) = 14.68%
R=44.95%
G=40.37%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471324800.100.670.4250.9150.7738.24
Hex9384300A432A333326
Octal2232046001210352636346
Binary1001001110000100110000010101000011101010110011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938430; }

 p { color: rgb(147,132,48); }

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

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

 a { background-color: rgb(147,132,48); }

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

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

 span { border-color: rgb(147,132,48); }

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