Html Css Color HEX #987C30 Lemon Ginger

📋 copy color: '#987C30'

red 152 ◦ green 124 ◦ blue 48

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

Shades of Lemon Ginger #987C30

Tints of Lemon Ginger #987C30

RGB

 RED value IS 152 (59.77% from 255) = 46.91%

 GREEN value IS 124 (48.83% from 255) = 38.27%

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

R = 46.91%
G = 38.27%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#987C30 (or 0x987C30) is known color: Lemon Ginger. HEX triplet: 98, 7C and 30. RGB value is (152,124,48). Sum of RGB (Red+Green+Blue) = 152+124+48=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #987C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C30 is #6783CF. Grayscale: #7C7C7C. Windows color (decimal): -6783952 or 3177624. OLE color: 3177624.

HSL color Cylindrical-coordinate representation of color #987C30: hue angle of 43.85º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #987C30 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 124 48 -
CMYK 0 0.18 0.68 0.40
HSL 43.85º 0.52% 0.39% -
HSV(B) 43.85º 0.68% 0.6% -
XYZ 20.69 21.3 5.82 -
YUV 123.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 152 124 48 0 0.18 0.68 0.40 43.85 0.52 0.39
Hex 98 7C 30 0 12 44 28 2C 34 27
Octal 230 174 60 0 22 104 50 54 64 47
Binary 10011000 1111100 110000 0 10010 1000100 101000 101100 110100 100111

Color Harmonies of #987C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C30

Black with #987C30

Text Example


Text Example

White with #987C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987C30; }

 p { color: rgb(152,124,48); }

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

background-color css

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

 a { background-color: rgb(152,124,48); }

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

border-color css

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

 span { border-color: rgb(152,124,48); }

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