Html Css Color HEX #987F30 Lemon Ginger

📋 copy color: '#987F30'

red 152 ◦ green 127 ◦ blue 48

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

Shades of Lemon Ginger #987F30

Tints of Lemon Ginger #987F30

RGB

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

 GREEN value IS 127 (50% from 255) = 38.84%

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

R = 46.48%
G = 38.84%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#987F30 (or 0x987F30) is known color: Lemon Ginger. HEX triplet: 98, 7F and 30. RGB value is (152,127,48). Sum of RGB (Red+Green+Blue) = 152+127+48=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #987F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F30 is #6780CF. Grayscale: #7D7D7D. Windows color (decimal): -6783184 or 3178392. OLE color: 3178392.

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

Color convert

RGB 152 127 48 -
CMYK 0 0.16 0.68 0.40
HSL 45.58º 0.52% 0.39% -
HSV(B) 45.58º 0.68% 0.6% -
XYZ 21.07 22.07 5.95 -
YUV 125.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 152 127 48 0 0.16 0.68 0.40 45.58 0.52 0.39
Hex 98 7F 30 0 10 44 28 2E 34 27
Octal 230 177 60 0 20 104 50 56 64 47
Binary 10011000 1111111 110000 0 10000 1000100 101000 101110 110100 100111

Color Harmonies of #987F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F30

Black with #987F30

Text Example


Text Example

White with #987F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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