Html Css Color HEX #978A30 Lemon Ginger

📋 copy color: '#978A30'

red 151 ◦ green 138 ◦ blue 48

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

Shades of Lemon Ginger #978A30

Tints of Lemon Ginger #978A30

RGB

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

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

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

R = 44.81%
G = 40.95%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#978A30 (or 0x978A30) is known color: Lemon Ginger. HEX triplet: 97, 8A and 30. RGB value is (151,138,48). Sum of RGB (Red+Green+Blue) = 151+138+48=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #978A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978A30 is #6875CF. Grayscale: #848484. Windows color (decimal): -6845904 or 3181207. OLE color: 3181207.

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

Color convert

RGB 151 138 48 -
CMYK 0 0.09 0.68 0.41
HSL 52.43º 0.52% 0.39% -
HSV(B) 52.43º 0.68% 0.59% -
XYZ 22.38 24.97 6.44 -
YUV 131.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 151 138 48 0 0.09 0.68 0.41 52.43 0.52 0.39
Hex 97 8A 30 0 9 44 29 34 34 27
Octal 227 212 60 0 11 104 51 64 64 47
Binary 10010111 10001010 110000 0 1001 1000100 101001 110100 110100 100111

Color Harmonies of #978A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A30

Black with #978A30

Text Example


Text Example

White with #978A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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