Html Css Color HEX #988F1C Lemon Ginger

📋 copy color: '#988F1C'

red 152 ◦ green 143 ◦ blue 28

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

Shades of Lemon Ginger #988F1C

Tints of Lemon Ginger #988F1C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.27%

 BLUE value IS 28 (11.33% from 255) = 8.67%

R = 47.06%
G = 44.27%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#988F1C (or 0x988F1C) is known color: Lemon Ginger. HEX triplet: 98, 8F and 1C. RGB value is (152,143,28). Sum of RGB (Red+Green+Blue) = 152+143+28=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #988F1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988F1C is #6770E3. Grayscale: #858585. Windows color (decimal): -6779108 or 1871768. OLE color: 1871768.

HSL color Cylindrical-coordinate representation of color #988F1C: hue angle of 55.65º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #988F1C is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 28 -
CMYK 0 0.06 0.82 0.40
HSL 55.65º 0.69% 0.35% -
HSV(B) 55.65º 0.82% 0.6% -
XYZ 22.98 26.4 4.98 -
YUV 132.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 152 143 28 0 0.06 0.82 0.40 55.65 0.69 0.35
Hex 98 8F 1C 0 6 52 28 38 45 23
Octal 230 217 34 0 6 122 50 70 105 43
Binary 10011000 10001111 11100 0 110 1010010 101000 111000 1000101 100011

Color Harmonies of #988F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F1C

Black with #988F1C

Text Example


Text Example

White with #988F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,143,28); }

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

background-color css

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

 a { background-color: rgb(152,143,28); }

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

border-color css

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

 span { border-color: rgb(152,143,28); }

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