Html Css Color HEX #988136 Lemon Ginger

📋 copy color: '#988136'

red 152 ◦ green 129 ◦ blue 54

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

Shades of Lemon Ginger #988136

Tints of Lemon Ginger #988136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.51%

 BLUE value IS 54 (21.48% from 255) = 16.12%

R = 45.37%
G = 38.51%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#988136 (or 0x988136) is known color: Lemon Ginger. HEX triplet: 98, 81 and 36. RGB value is (152,129,54). Sum of RGB (Red+Green+Blue) = 152+129+54=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #988136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988136 is #677EC9. Grayscale: #7F7F7F. Windows color (decimal): -6782666 or 3572120. OLE color: 3572120.

HSL color Cylindrical-coordinate representation of color #988136: hue angle of 45.92º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #988136 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 54 -
CMYK 0 0.15 0.64 0.40
HSL 45.92º 0.48% 0.4% -
HSV(B) 45.92º 0.64% 0.6% -
XYZ 21.47 22.64 6.73 -
YUV 127.33 86.62 145.6 -
System Red Green Blue C M Y K H S L
Decimal 152 129 54 0 0.15 0.64 0.40 45.92 0.48 0.4
Hex 98 81 36 0 F 40 28 2E 30 28
Octal 230 201 66 0 17 100 50 56 60 50
Binary 10011000 10000001 110110 0 1111 1000000 101000 101110 110000 101000

Color Harmonies of #988136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988136

Black with #988136

Text Example


Text Example

White with #988136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988136; }

 p { color: rgb(152,129,54); }

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

background-color css

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

 a { background-color: rgb(152,129,54); }

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

border-color css

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

 span { border-color: rgb(152,129,54); }

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