Html Css Color HEX #98832D Lemon Ginger

📋 copy color: '#98832D'

red 152 ◦ green 131 ◦ blue 45

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

Shades of Lemon Ginger #98832D

Tints of Lemon Ginger #98832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.94%

 BLUE value IS 45 (17.97% from 255) = 13.72%

R = 46.34%
G = 39.94%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98832D (or 0x98832D) is known color: Lemon Ginger. HEX triplet: 98, 83 and 2D. RGB value is (152,131,45). Sum of RGB (Red+Green+Blue) = 152+131+45=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98832D is #677CD2. Grayscale: #7F7F7F. Windows color (decimal): -6782163 or 2982808. OLE color: 2982808.

HSL color Cylindrical-coordinate representation of color #98832D: hue angle of 48.22º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98832D is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 45 -
CMYK 0 0.14 0.70 0.40
HSL 48.22º 0.54% 0.39% -
HSV(B) 48.22º 0.7% 0.6% -
XYZ 21.54 23.1 5.81 -
YUV 127.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 152 131 45 0 0.14 0.70 0.40 48.22 0.54 0.39
Hex 98 83 2D 0 E 46 28 30 36 27
Octal 230 203 55 0 16 106 50 60 66 47
Binary 10011000 10000011 101101 0 1110 1000110 101000 110000 110110 100111

Color Harmonies of #98832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98832D

Black with #98832D

Text Example


Text Example

White with #98832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98832D; }

 p { color: rgb(152,131,45); }

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

background-color css

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

 a { background-color: rgb(152,131,45); }

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

border-color css

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

 span { border-color: rgb(152,131,45); }

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