Html Css Color HEX #978430 Lemon Ginger

📋 copy color: '#978430'

red 151 ◦ green 132 ◦ blue 48

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

Shades of Lemon Ginger #978430

Tints of Lemon Ginger #978430

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.5%

R = 45.62%
G = 39.88%
B = 14.5%

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

#978430 (or 0x978430) is known color: 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

RGB 151 132 48 -
CMYK 0 0.13 0.68 0.41
HSL 48.93º 0.52% 0.39% -
HSV(B) 48.93º 0.68% 0.59% -
XYZ 21.55 23.3 6.16 -
YUV 128.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 151 132 48 0 0.13 0.68 0.41 48.93 0.52 0.39
Hex 97 84 30 0 D 44 29 31 34 27
Octal 227 204 60 0 15 104 51 61 64 47
Binary 10010111 10000100 110000 0 1101 1000100 101001 110001 110100 100111

Color Harmonies of #978430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978430

Black with #978430

Text Example


Text Example

White with #978430

Text Example


Text Example

HTML Codes & Css Web 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>