Html Css Color HEX #988132 Lemon Ginger

📋 copy color: '#988132'

red 152 ◦ green 129 ◦ blue 50

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

Shades of Lemon Ginger #988132

Tints of Lemon Ginger #988132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.11%

R = 45.92%
G = 38.97%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#988132 (or 0x988132) is known color: Lemon Ginger. HEX triplet: 98, 81 and 32. RGB value is (152,129,50). Sum of RGB (Red+Green+Blue) = 152+129+50=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #988132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988132 is #677ECD. Grayscale: #7F7F7F. Windows color (decimal): -6782670 or 3309976. OLE color: 3309976.

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

Color convert

RGB 152 129 50 -
CMYK 0 0.15 0.67 0.40
HSL 46.47º 0.5% 0.4% -
HSV(B) 46.47º 0.67% 0.6% -
XYZ 21.37 22.61 6.25 -
YUV 126.87 84.62 145.92 -
System Red Green Blue C M Y K H S L
Decimal 152 129 50 0 0.15 0.67 0.40 46.47 0.5 0.4
Hex 98 81 32 0 F 43 28 2E 32 28
Octal 230 201 62 0 17 103 50 56 62 50
Binary 10011000 10000001 110010 0 1111 1000011 101000 101110 110010 101000

Color Harmonies of #988132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988132

Black with #988132

Text Example


Text Example

White with #988132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988132; }

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

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

background-color css

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

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

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

border-color css

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

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

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