Html Css Color HEX #988928 Lemon Ginger

📋 copy color: '#988928'

red 152 ◦ green 137 ◦ blue 40

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

Shades of Lemon Ginger #988928

Tints of Lemon Ginger #988928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.64%

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

R = 46.2%
G = 41.64%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#988928 (or 0x988928) is known color: Lemon Ginger. HEX triplet: 98, 89 and 28. RGB value is (152,137,40). Sum of RGB (Red+Green+Blue) = 152+137+40=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #988928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988928 is #6776D7. Grayscale: #828282. Windows color (decimal): -6780632 or 2656664. OLE color: 2656664.

HSL color Cylindrical-coordinate representation of color #988928: hue angle of 51.96º 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 #988928 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 40 -
CMYK 0 0.10 0.74 0.40
HSL 51.96º 0.58% 0.38% -
HSV(B) 51.96º 0.74% 0.6% -
XYZ 22.28 24.72 5.6 -
YUV 130.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 152 137 40 0 0.10 0.74 0.40 51.96 0.58 0.38
Hex 98 89 28 0 A 4A 28 34 3A 26
Octal 230 211 50 0 12 112 50 64 72 46
Binary 10011000 10001001 101000 0 1010 1001010 101000 110100 111010 100110

Color Harmonies of #988928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988928

Black with #988928

Text Example


Text Example

White with #988928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988928; }

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

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

background-color css

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

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

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

border-color css

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

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

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