Html Css Color HEX #988038 Lemon Ginger

📋 copy color: '#988038'

red 152 ◦ green 128 ◦ blue 56

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

Shades of Lemon Ginger #988038

Tints of Lemon Ginger #988038

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.1%

 BLUE value IS 56 (22.27% from 255) = 16.67%

R = 45.24%
G = 38.1%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#988038 (or 0x988038) is known color: Lemon Ginger. HEX triplet: 98, 80 and 38. RGB value is (152,128,56). Sum of RGB (Red+Green+Blue) = 152+128+56=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #988038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988038 is #677FC7. Grayscale: #7F7F7F. Windows color (decimal): -6782920 or 3702936. OLE color: 3702936.

HSL color Cylindrical-coordinate representation of color #988038: hue angle of 45º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #988038 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 56 -
CMYK 0 0.16 0.63 0.40
HSL 45º 0.46% 0.41% -
HSV(B) 45º 0.63% 0.6% -
XYZ 21.38 22.4 6.94 -
YUV 126.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 152 128 56 0 0.16 0.63 0.40 45 0.46 0.41
Hex 98 80 38 0 10 3F 28 2D 2E 29
Octal 230 200 70 0 20 77 50 55 56 51
Binary 10011000 10000000 111000 0 10000 111111 101000 101101 101110 101001

Color Harmonies of #988038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988038

Black with #988038

Text Example


Text Example

White with #988038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988038; }

 p { color: rgb(152,128,56); }

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

background-color css

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

 a { background-color: rgb(152,128,56); }

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

border-color css

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

 span { border-color: rgb(152,128,56); }

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