Html Css Color HEX #978530 Lemon Ginger

📋 copy color: '#978530'

red 151 ◦ green 133 ◦ blue 48

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

Shades of Lemon Ginger #978530

Tints of Lemon Ginger #978530

RGB

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

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

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

R = 45.48%
G = 40.06%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#978530 (or 0x978530) is known color: Lemon Ginger. HEX triplet: 97, 85 and 30. RGB value is (151,133,48). Sum of RGB (Red+Green+Blue) = 151+133+48=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #978530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978530 is #687ACF. Grayscale: #818181. Windows color (decimal): -6847184 or 3179927. OLE color: 3179927.

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

Color convert

RGB 151 133 48 -
CMYK 0 0.12 0.68 0.41
HSL 49.51º 0.52% 0.39% -
HSV(B) 49.51º 0.68% 0.59% -
XYZ 21.68 23.57 6.2 -
YUV 128.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 151 133 48 0 0.12 0.68 0.41 49.51 0.52 0.39
Hex 97 85 30 0 C 44 29 32 34 27
Octal 227 205 60 0 14 104 51 62 64 47
Binary 10010111 10000101 110000 0 1100 1000100 101001 110010 110100 100111

Color Harmonies of #978530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978530

Black with #978530

Text Example


Text Example

White with #978530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978530; }

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

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

background-color css

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

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

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

border-color css

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

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

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