Html Css Color HEX #98832B Lemon Ginger

📋 copy color: '#98832B'

red 152 ◦ green 131 ◦ blue 43

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

Shades of Lemon Ginger #98832B

Tints of Lemon Ginger #98832B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.19%

R = 46.63%
G = 40.18%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98832B (or 0x98832B) is known color: Lemon Ginger. HEX triplet: 98, 83 and 2B. RGB value is (152,131,43). Sum of RGB (Red+Green+Blue) = 152+131+43=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98832B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98832B is #677CD4. Grayscale: #7F7F7F. Windows color (decimal): -6782165 or 2851736. OLE color: 2851736.

HSL color Cylindrical-coordinate representation of color #98832B: hue angle of 48.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98832B is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 43 -
CMYK 0 0.14 0.72 0.40
HSL 48.44º 0.56% 0.38% -
HSV(B) 48.44º 0.72% 0.6% -
XYZ 21.5 23.08 5.61 -
YUV 127.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 152 131 43 0 0.14 0.72 0.40 48.44 0.56 0.38
Hex 98 83 2B 0 E 48 28 30 38 26
Octal 230 203 53 0 16 110 50 60 70 46
Binary 10011000 10000011 101011 0 1110 1001000 101000 110000 111000 100110

Color Harmonies of #98832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98832B

Black with #98832B

Text Example


Text Example

White with #98832B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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