Html Css Color HEX #988E1B Lemon Ginger

📋 copy color: '#988E1B'

red 152 ◦ green 142 ◦ blue 27

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

Shades of Lemon Ginger #988E1B

Tints of Lemon Ginger #988E1B

RGB

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

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

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

R = 47.35%
G = 44.24%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#988E1B (or 0x988E1B) is known color: Lemon Ginger. HEX triplet: 98, 8E and 1B. RGB value is (152,142,27). Sum of RGB (Red+Green+Blue) = 152+142+27=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #988E1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E1B is #6771E4. Grayscale: #848484. Windows color (decimal): -6779365 or 1805976. OLE color: 1805976.

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

Color convert

RGB 152 142 27 -
CMYK 0 0.07 0.82 0.40
HSL 55.2º 0.7% 0.35% -
HSV(B) 55.2º 0.82% 0.6% -
XYZ 22.82 26.1 4.87 -
YUV 131.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 152 142 27 0 0.07 0.82 0.40 55.2 0.7 0.35
Hex 98 8E 1B 0 7 52 28 37 46 23
Octal 230 216 33 0 7 122 50 67 106 43
Binary 10011000 10001110 11011 0 111 1010010 101000 110111 1000110 100011

Color Harmonies of #988E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E1B

Black with #988E1B

Text Example


Text Example

White with #988E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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