Html Css Color HEX #978534 Lemon Ginger

📋 copy color: '#978534'

red 151 ◦ green 133 ◦ blue 52

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

Shades of Lemon Ginger #978534

Tints of Lemon Ginger #978534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.58%

 BLUE value IS 52 (20.7% from 255) = 15.48%

R = 44.94%
G = 39.58%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#978534 (or 0x978534) is known color: Lemon Ginger. HEX triplet: 97, 85 and 34. RGB value is (151,133,52). Sum of RGB (Red+Green+Blue) = 151+133+52=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #978534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978534 is #687ACB. Grayscale: #818181. Windows color (decimal): -6847180 or 3442071. OLE color: 3442071.

HSL color Cylindrical-coordinate representation of color #978534: hue angle of 49.09º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #978534 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 133 52 -
CMYK 0 0.12 0.66 0.41
HSL 49.09º 0.49% 0.4% -
HSV(B) 49.09º 0.66% 0.59% -
XYZ 21.77 23.6 6.66 -
YUV 129.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 151 133 52 0 0.12 0.66 0.41 49.09 0.49 0.4
Hex 97 85 34 0 C 42 29 31 31 28
Octal 227 205 64 0 14 102 51 61 61 50
Binary 10010111 10000101 110100 0 1100 1000010 101001 110001 110001 101000

Color Harmonies of #978534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978534

Black with #978534

Text Example


Text Example

White with #978534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978534; }

 p { color: rgb(151,133,52); }

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

background-color css

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

 a { background-color: rgb(151,133,52); }

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

border-color css

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

 span { border-color: rgb(151,133,52); }

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