Html Css Color HEX #978030 Lemon Ginger

📋 copy color: '#978030'

red 151 ◦ green 128 ◦ blue 48

#978030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #978030

Tints of Lemon Ginger #978030

RGB

 RED value IS 151 (59.38% from 255) = 46.18%

 GREEN value IS 128 (50.39% from 255) = 39.14%

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 46.18%
G = 39.14%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#978030 (or 0x978030) is known color: Lemon Ginger. HEX triplet: 97, 80 and 30. RGB value is (151,128,48). Sum of RGB (Red+Green+Blue) = 151+128+48=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #978030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978030 is #687FCF. Grayscale: #7E7E7E. Windows color (decimal): -6848464 or 3178647. OLE color: 3178647.

HSL color Cylindrical-coordinate representation of color #978030: hue angle of 46.6º 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 #978030 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 128 48 -
CMYK 0 0.15 0.68 0.41
HSL 46.6º 0.52% 0.39% -
HSV(B) 46.6º 0.68% 0.59% -
XYZ 21.02 22.23 5.98 -
YUV 125.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 151 128 48 0 0.15 0.68 0.41 46.6 0.52 0.39
Hex 97 80 30 0 F 44 29 2F 34 27
Octal 227 200 60 0 17 104 51 57 64 47
Binary 10010111 10000000 110000 0 1111 1000100 101001 101111 110100 100111

Color Harmonies of #978030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978030

Black with #978030

Text Example


Text Example

White with #978030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978030; }

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

 H1.HeaderClassName
 {
   color: #978030;
 }
 .AnyTagClassName
 {
   color: #978030;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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