Html Css Color HEX #987D30 Lemon Ginger

📋 copy color: '#987D30'

red 152 ◦ green 125 ◦ blue 48

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

Shades of Lemon Ginger #987D30

Tints of Lemon Ginger #987D30

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.46%

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

R = 46.77%
G = 38.46%
B = 14.77%

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

#987D30 (or 0x987D30) is known color: Lemon Ginger. HEX triplet: 98, 7D and 30. RGB value is (152,125,48). Sum of RGB (Red+Green+Blue) = 152+125+48=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #987D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D30 is #6782CF. Grayscale: #7C7C7C. Windows color (decimal): -6783696 or 3177880. OLE color: 3177880.

HSL color Cylindrical-coordinate representation of color #987D30: hue angle of 44.42º 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 #987D30 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 125 48 -
CMYK 0 0.18 0.68 0.40
HSL 44.42º 0.52% 0.39% -
HSV(B) 44.42º 0.68% 0.6% -
XYZ 20.82 21.56 5.86 -
YUV 124.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 152 125 48 0 0.18 0.68 0.40 44.42 0.52 0.39
Hex 98 7D 30 0 12 44 28 2C 34 27
Octal 230 175 60 0 22 104 50 54 64 47
Binary 10011000 1111101 110000 0 10010 1000100 101000 101100 110100 100111

Color Harmonies of #987D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D30

Black with #987D30

Text Example


Text Example

White with #987D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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