Html Css Color HEX #988C1B Lemon Ginger

📋 copy color: '#988C1B'

red 152 ◦ green 140 ◦ blue 27

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

Shades of Lemon Ginger #988C1B

Tints of Lemon Ginger #988C1B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.89%

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 47.65%
G = 43.89%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#988C1B (or 0x988C1B) is known color: Lemon Ginger. HEX triplet: 98, 8C and 1B. RGB value is (152,140,27). Sum of RGB (Red+Green+Blue) = 152+140+27=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #988C1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C1B is #6773E4. Grayscale: #838383. Windows color (decimal): -6779877 or 1805464. OLE color: 1805464.

HSL color Cylindrical-coordinate representation of color #988C1B: hue angle of 54.24º degrees, saturation: 0.7, 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 #988C1B is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 140 27 -
CMYK 0 0.08 0.82 0.40
HSL 54.24º 0.7% 0.35% -
HSV(B) 54.24º 0.82% 0.6% -
XYZ 22.52 25.51 4.77 -
YUV 130.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 152 140 27 0 0.08 0.82 0.40 54.24 0.7 0.35
Hex 98 8C 1B 0 8 52 28 36 46 23
Octal 230 214 33 0 10 122 50 66 106 43
Binary 10011000 10001100 11011 0 1000 1010010 101000 110110 1000110 100011

Color Harmonies of #988C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C1B

Black with #988C1B

Text Example


Text Example

White with #988C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,140,27); }

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

background-color css

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

 a { background-color: rgb(152,140,27); }

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

border-color css

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

 span { border-color: rgb(152,140,27); }

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