Html Css Color HEX #988631 Lemon Ginger

📋 copy color: '#988631'

red 152 ◦ green 134 ◦ blue 49

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

Shades of Lemon Ginger #988631

Tints of Lemon Ginger #988631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40%

 BLUE value IS 49 (19.53% from 255) = 14.63%

R = 45.37%
G = 40%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#988631 (or 0x988631) is known color: Lemon Ginger. HEX triplet: 98, 86 and 31. RGB value is (152,134,49). Sum of RGB (Red+Green+Blue) = 152+134+49=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #988631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988631 is #6779CE. Grayscale: #828282. Windows color (decimal): -6781391 or 3245720. OLE color: 3245720.

HSL color Cylindrical-coordinate representation of color #988631: hue angle of 49.51º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #988631 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 49 -
CMYK 0 0.12 0.68 0.40
HSL 49.51º 0.51% 0.39% -
HSV(B) 49.51º 0.68% 0.6% -
XYZ 22.03 23.95 6.37 -
YUV 129.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 152 134 49 0 0.12 0.68 0.40 49.51 0.51 0.39
Hex 98 86 31 0 C 44 28 32 33 27
Octal 230 206 61 0 14 104 50 62 63 47
Binary 10011000 10000110 110001 0 1100 1000100 101000 110010 110011 100111

Color Harmonies of #988631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988631

Black with #988631

Text Example


Text Example

White with #988631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988631; }

 p { color: rgb(152,134,49); }

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

background-color css

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

 a { background-color: rgb(152,134,49); }

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

border-color css

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

 span { border-color: rgb(152,134,49); }

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