Html Css Color HEX #988528 Lemon Ginger

📋 copy color: '#988528'

red 152 ◦ green 133 ◦ blue 40

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

Shades of Lemon Ginger #988528

Tints of Lemon Ginger #988528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 46.77%
G = 40.92%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#988528 (or 0x988528) is known color: Lemon Ginger. HEX triplet: 98, 85 and 28. RGB value is (152,133,40). Sum of RGB (Red+Green+Blue) = 152+133+40=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #988528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988528 is #677AD7. Grayscale: #808080. Windows color (decimal): -6781656 or 2655640. OLE color: 2655640.

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

Color convert

RGB 152 133 40 -
CMYK 0 0.13 0.74 0.40
HSL 49.82º 0.58% 0.38% -
HSV(B) 49.82º 0.74% 0.6% -
XYZ 21.72 23.6 5.42 -
YUV 128.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 152 133 40 0 0.13 0.74 0.40 49.82 0.58 0.38
Hex 98 85 28 0 D 4A 28 32 3A 26
Octal 230 205 50 0 15 112 50 62 72 46
Binary 10011000 10000101 101000 0 1101 1001010 101000 110010 111010 100110

Color Harmonies of #988528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988528

Black with #988528

Text Example


Text Example

White with #988528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988528; }

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

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

background-color css

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

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

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

border-color css

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

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

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