Html Css Color HEX #988B15 Lemon Ginger

📋 copy color: '#988B15'

red 152 ◦ green 139 ◦ blue 21

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

Shades of Lemon Ginger #988B15

Tints of Lemon Ginger #988B15

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.55%

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 48.72%
G = 44.55%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#988B15 (or 0x988B15) is known color: Lemon Ginger. HEX triplet: 98, 8B and 15. RGB value is (152,139,21). Sum of RGB (Red+Green+Blue) = 152+139+21=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #988B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988B15 is #6774EA. Grayscale: #818181. Windows color (decimal): -6780139 or 1411992. OLE color: 1411992.

HSL color Cylindrical-coordinate representation of color #988B15: hue angle of 54.05º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #988B15 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 139 21 -
CMYK 0 0.09 0.86 0.40
HSL 54.05º 0.76% 0.34% -
HSV(B) 54.05º 0.86% 0.6% -
XYZ 22.32 25.19 4.4 -
YUV 129.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 152 139 21 0 0.09 0.86 0.40 54.05 0.76 0.34
Hex 98 8B 15 0 9 56 28 36 4C 22
Octal 230 213 25 0 11 126 50 66 114 42
Binary 10011000 10001011 10101 0 1001 1010110 101000 110110 1001100 100010

Color Harmonies of #988B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B15

Black with #988B15

Text Example


Text Example

White with #988B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988B15; }

 p { color: rgb(152,139,21); }

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

background-color css

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

 a { background-color: rgb(152,139,21); }

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

border-color css

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

 span { border-color: rgb(152,139,21); }

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