#978430

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

Shades of Lemon Ginger #978430

Tints of Lemon Ginger #978430

Color information

#978430 (or 0x978430) is unknown color: approx Lemon Ginger. HEX triplet: 97, 84 and 30. RGB value is (151,132,48). Sum of RGB (Red+Green+Blue) = 151+132+48=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #978430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978430 is #687BCF. Grayscale: #808080. Windows color (decimal): -6847440 or 3179671. OLE color: 3179671.

HSL color Cylindrical-coordinate representation of color #978430: hue angle of 48.93º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #978430 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB15113248-
CMYK00.130.680.41
HSL48.93º51.76%39.02%-
HSV(B)48.93º68.21%59.22%-
XYZ21.5523.36.16-
YUV128.182.79144.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 48 (19.14% from 255) = 14.50%
R=45.62%
G=39.88%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511324800.130.680.4148.9351.7639.02
Hex9784300D4429313427
Octal2272046001510451616447
Binary1001011110000100110000011011000100101001110001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978430; }

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

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

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

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

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

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

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

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