Html Css Color HEX #988529 Lemon Ginger

📋 copy color: '#988529'

red 152 ◦ green 133 ◦ blue 41

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

Shades of Lemon Ginger #988529

Tints of Lemon Ginger #988529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.8%

 BLUE value IS 41 (16.41% from 255) = 12.58%

R = 46.63%
G = 40.8%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#988529 (or 0x988529) is known color: Lemon Ginger. HEX triplet: 98, 85 and 29. RGB value is (152,133,41). Sum of RGB (Red+Green+Blue) = 152+133+41=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #988529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988529 is #677AD6. Grayscale: #808080. Windows color (decimal): -6781655 or 2721176. OLE color: 2721176.

HSL color Cylindrical-coordinate representation of color #988529: hue angle of 49.73º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #988529 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 133 41 -
CMYK 0 0.13 0.73 0.40
HSL 49.73º 0.58% 0.38% -
HSV(B) 49.73º 0.73% 0.6% -
XYZ 21.74 23.61 5.51 -
YUV 128.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 152 133 41 0 0.13 0.73 0.40 49.73 0.58 0.38
Hex 98 85 29 0 D 49 28 32 3A 26
Octal 230 205 51 0 15 111 50 62 72 46
Binary 10011000 10000101 101001 0 1101 1001001 101000 110010 111010 100110

Color Harmonies of #988529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988529

Black with #988529

Text Example


Text Example

White with #988529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988529; }

 p { color: rgb(152,133,41); }

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

background-color css

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

 a { background-color: rgb(152,133,41); }

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

border-color css

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

 span { border-color: rgb(152,133,41); }

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