Html Css Color HEX #988632 Lemon Ginger

📋 copy color: '#988632'

red 152 ◦ green 134 ◦ blue 50

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

Shades of Lemon Ginger #988632

Tints of Lemon Ginger #988632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.88%

R = 45.24%
G = 39.88%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#988632 (or 0x988632) is known color: Lemon Ginger. HEX triplet: 98, 86 and 32. RGB value is (152,134,50). Sum of RGB (Red+Green+Blue) = 152+134+50=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #988632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988632 is #6779CD. Grayscale: #828282. Windows color (decimal): -6781390 or 3311256. OLE color: 3311256.

HSL color Cylindrical-coordinate representation of color #988632: hue angle of 49.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #988632 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 50 -
CMYK 0 0.12 0.67 0.40
HSL 49.41º 0.5% 0.4% -
HSV(B) 49.41º 0.67% 0.6% -
XYZ 22.05 23.96 6.48 -
YUV 129.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 152 134 50 0 0.12 0.67 0.40 49.41 0.5 0.4
Hex 98 86 32 0 C 43 28 31 32 28
Octal 230 206 62 0 14 103 50 61 62 50
Binary 10011000 10000110 110010 0 1100 1000011 101000 110001 110010 101000

Color Harmonies of #988632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988632

Black with #988632

Text Example


Text Example

White with #988632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988632; }

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

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

background-color css

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

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

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

border-color css

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

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

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