Html Css Color HEX #978A2A Lemon Ginger

📋 copy color: '#978A2A'

red 151 ◦ green 138 ◦ blue 42

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

Shades of Lemon Ginger #978A2A

Tints of Lemon Ginger #978A2A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.69%

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 45.62%
G = 41.69%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#978A2A (or 0x978A2A) is known color: Lemon Ginger. HEX triplet: 97, 8A and 2A. RGB value is (151,138,42). Sum of RGB (Red+Green+Blue) = 151+138+42=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #978A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978A2A is #6875D5. Grayscale: #838383. Windows color (decimal): -6845910 or 2787991. OLE color: 2787991.

HSL color Cylindrical-coordinate representation of color #978A2A: hue angle of 52.84º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #978A2A is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 138 42 -
CMYK 0 0.09 0.72 0.41
HSL 52.84º 0.56% 0.38% -
HSV(B) 52.84º 0.72% 0.59% -
XYZ 22.27 24.92 5.83 -
YUV 130.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 151 138 42 0 0.09 0.72 0.41 52.84 0.56 0.38
Hex 97 8A 2A 0 9 48 29 35 38 26
Octal 227 212 52 0 11 110 51 65 70 46
Binary 10010111 10001010 101010 0 1001 1001000 101001 110101 111000 100110

Color Harmonies of #978A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A2A

Black with #978A2A

Text Example


Text Example

White with #978A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978A2A; }

 p { color: rgb(151,138,42); }

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

background-color css

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

 a { background-color: rgb(151,138,42); }

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

border-color css

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

 span { border-color: rgb(151,138,42); }

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