Html Css Color HEX #978330 Lemon Ginger

📋 copy color: '#978330'

red 151 ◦ green 131 ◦ blue 48

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

Shades of Lemon Ginger #978330

Tints of Lemon Ginger #978330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.7%

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

R = 45.76%
G = 39.7%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#978330 (or 0x978330) is known color: Lemon Ginger. HEX triplet: 97, 83 and 30. RGB value is (151,131,48). Sum of RGB (Red+Green+Blue) = 151+131+48=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #978330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978330 is #687CCF. Grayscale: #7F7F7F. Windows color (decimal): -6847696 or 3179415. OLE color: 3179415.

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

Color convert

RGB 151 131 48 -
CMYK 0 0.13 0.68 0.41
HSL 48.35º 0.52% 0.39% -
HSV(B) 48.35º 0.68% 0.59% -
XYZ 21.41 23.03 6.11 -
YUV 127.52 83.13 144.75 -
System Red Green Blue C M Y K H S L
Decimal 151 131 48 0 0.13 0.68 0.41 48.35 0.52 0.39
Hex 97 83 30 0 D 44 29 30 34 27
Octal 227 203 60 0 15 104 51 60 64 47
Binary 10010111 10000011 110000 0 1101 1000100 101001 110000 110100 100111

Color Harmonies of #978330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978330

Black with #978330

Text Example


Text Example

White with #978330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978330; }

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

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

background-color css

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

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

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

border-color css

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

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

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