Html Css Color HEX #988E2B Lemon Ginger

📋 copy color: '#988E2B'

red 152 ◦ green 142 ◦ blue 43

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

Shades of Lemon Ginger #988E2B

Tints of Lemon Ginger #988E2B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.14%

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 45.1%
G = 42.14%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#988E2B (or 0x988E2B) is known color: Lemon Ginger. HEX triplet: 98, 8E and 2B. RGB value is (152,142,43). Sum of RGB (Red+Green+Blue) = 152+142+43=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #988E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E2B is #6771D4. Grayscale: #868686. Windows color (decimal): -6779349 or 2854552. OLE color: 2854552.

HSL color Cylindrical-coordinate representation of color #988E2B: hue angle of 54.5º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #988E2B is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 142 43 -
CMYK 0 0.07 0.72 0.40
HSL 54.5º 0.56% 0.38% -
HSV(B) 54.5º 0.72% 0.6% -
XYZ 23.06 26.2 6.13 -
YUV 133.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 152 142 43 0 0.07 0.72 0.40 54.5 0.56 0.38
Hex 98 8E 2B 0 7 48 28 36 38 26
Octal 230 216 53 0 7 110 50 66 70 46
Binary 10011000 10001110 101011 0 111 1001000 101000 110110 111000 100110

Color Harmonies of #988E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E2B

Black with #988E2B

Text Example


Text Example

White with #988E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,142,43); }

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

background-color css

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

 a { background-color: rgb(152,142,43); }

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

border-color css

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

 span { border-color: rgb(152,142,43); }

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