Html Css Color HEX #988628 Lemon Ginger

📋 copy color: '#988628'

red 152 ◦ green 134 ◦ blue 40

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

Shades of Lemon Ginger #988628

Tints of Lemon Ginger #988628

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.1%

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

R = 46.63%
G = 41.1%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#988628 (or 0x988628) is known color: Lemon Ginger. HEX triplet: 98, 86 and 28. RGB value is (152,134,40). Sum of RGB (Red+Green+Blue) = 152+134+40=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #988628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988628 is #6779D7. Grayscale: #818181. Windows color (decimal): -6781400 or 2655896. OLE color: 2655896.

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

Color convert

RGB 152 134 40 -
CMYK 0 0.12 0.74 0.40
HSL 50.36º 0.58% 0.38% -
HSV(B) 50.36º 0.74% 0.6% -
XYZ 21.86 23.88 5.46 -
YUV 128.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 152 134 40 0 0.12 0.74 0.40 50.36 0.58 0.38
Hex 98 86 28 0 C 4A 28 32 3A 26
Octal 230 206 50 0 14 112 50 62 72 46
Binary 10011000 10000110 101000 0 1100 1001010 101000 110010 111010 100110

Color Harmonies of #988628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988628

Black with #988628

Text Example


Text Example

White with #988628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988628; }

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

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

background-color css

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

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

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

border-color css

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

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

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