Html Css Color HEX #977C30 Lemon Ginger

📋 copy color: '#977C30'

red 151 ◦ green 124 ◦ blue 48

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

Shades of Lemon Ginger #977C30

Tints of Lemon Ginger #977C30

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.39%

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

R = 46.75%
G = 38.39%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#977C30 (or 0x977C30) is known color: Lemon Ginger. HEX triplet: 97, 7C and 30. RGB value is (151,124,48). Sum of RGB (Red+Green+Blue) = 151+124+48=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #977C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C30 is #6883CF. Grayscale: #7B7B7B. Windows color (decimal): -6849488 or 3177623. OLE color: 3177623.

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

Color convert

RGB 151 124 48 -
CMYK 0 0.18 0.68 0.41
HSL 44.27º 0.52% 0.39% -
HSV(B) 44.27º 0.68% 0.59% -
XYZ 20.5 21.21 5.81 -
YUV 123.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 151 124 48 0 0.18 0.68 0.41 44.27 0.52 0.39
Hex 97 7C 30 0 12 44 29 2C 34 27
Octal 227 174 60 0 22 104 51 54 64 47
Binary 10010111 1111100 110000 0 10010 1000100 101001 101100 110100 100111

Color Harmonies of #977C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C30

Black with #977C30

Text Example


Text Example

White with #977C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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