Html Css Color HEX #988134 Lemon Ginger

📋 copy color: '#988134'

red 152 ◦ green 129 ◦ blue 52

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

Shades of Lemon Ginger #988134

Tints of Lemon Ginger #988134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.62%

R = 45.65%
G = 38.74%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#988134 (or 0x988134) is known color: Lemon Ginger. HEX triplet: 98, 81 and 34. RGB value is (152,129,52). Sum of RGB (Red+Green+Blue) = 152+129+52=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #988134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988134 is #677ECB. Grayscale: #7F7F7F. Windows color (decimal): -6782668 or 3441048. OLE color: 3441048.

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

Color convert

RGB 152 129 52 -
CMYK 0 0.15 0.66 0.40
HSL 46.2º 0.49% 0.4% -
HSV(B) 46.2º 0.66% 0.6% -
XYZ 21.42 22.62 6.49 -
YUV 127.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 152 129 52 0 0.15 0.66 0.40 46.2 0.49 0.4
Hex 98 81 34 0 F 42 28 2E 31 28
Octal 230 201 64 0 17 102 50 56 61 50
Binary 10011000 10000001 110100 0 1111 1000010 101000 101110 110001 101000

Color Harmonies of #988134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988134

Black with #988134

Text Example


Text Example

White with #988134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988134; }

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

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

background-color css

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

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

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

border-color css

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

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

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