Html Css Color HEX #978128 Lemon Ginger

📋 copy color: '#978128'

red 151 ◦ green 129 ◦ blue 40

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

Shades of Lemon Ginger #978128

Tints of Lemon Ginger #978128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.31%

 BLUE value IS 40 (16.02% from 255) = 12.5%

R = 47.19%
G = 40.31%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#978128 (or 0x978128) is known color: Lemon Ginger. HEX triplet: 97, 81 and 28. RGB value is (151,129,40). Sum of RGB (Red+Green+Blue) = 151+129+40=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #978128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978128 is #687ED7. Grayscale: #7D7D7D. Windows color (decimal): -6848216 or 2654615. OLE color: 2654615.

HSL color Cylindrical-coordinate representation of color #978128: hue angle of 48.11º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #978128 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 129 40 -
CMYK 0 0.15 0.74 0.41
HSL 48.11º 0.58% 0.37% -
HSV(B) 48.11º 0.74% 0.59% -
XYZ 21 22.43 5.23 -
YUV 125.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 151 129 40 0 0.15 0.74 0.41 48.11 0.58 0.37
Hex 97 81 28 0 F 4A 29 30 3A 25
Octal 227 201 50 0 17 112 51 60 72 45
Binary 10010111 10000001 101000 0 1111 1001010 101001 110000 111010 100101

Color Harmonies of #978128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978128

Black with #978128

Text Example


Text Example

White with #978128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978128; }

 p { color: rgb(151,129,40); }

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

background-color css

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

 a { background-color: rgb(151,129,40); }

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

border-color css

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

 span { border-color: rgb(151,129,40); }

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