Html Css Color HEX #988B13 Lemon Ginger

📋 copy color: '#988B13'

red 152 ◦ green 139 ◦ blue 19

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

Shades of Lemon Ginger #988B13

Tints of Lemon Ginger #988B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.13%

R = 49.03%
G = 44.84%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#988B13 (or 0x988B13) is known color: Lemon Ginger. HEX triplet: 98, 8B and 13. RGB value is (152,139,19). Sum of RGB (Red+Green+Blue) = 152+139+19=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #988B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988B13 is #6774EC. Grayscale: #818181. Windows color (decimal): -6780141 or 1280920. OLE color: 1280920.

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

Color convert

RGB 152 139 19 -
CMYK 0 0.09 0.87 0.40
HSL 54.14º 0.78% 0.34% -
HSV(B) 54.14º 0.88% 0.6% -
XYZ 22.3 25.19 4.3 -
YUV 129.21 65.81 144.26 -
System Red Green Blue C M Y K H S L
Decimal 152 139 19 0 0.09 0.87 0.40 54.14 0.78 0.34
Hex 98 8B 13 0 9 57 28 36 4E 22
Octal 230 213 23 0 11 127 50 66 116 42
Binary 10011000 10001011 10011 0 1001 1010111 101000 110110 1001110 100010

Color Harmonies of #988B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B13

Black with #988B13

Text Example


Text Example

White with #988B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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