Html Css Color HEX #98832A Lemon Ginger

📋 copy color: '#98832A'

red 152 ◦ green 131 ◦ blue 42

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

Shades of Lemon Ginger #98832A

Tints of Lemon Ginger #98832A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.92%

R = 46.77%
G = 40.31%
B = 12.92%

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

#98832A (or 0x98832A) is known color: Lemon Ginger. HEX triplet: 98, 83 and 2A. RGB value is (152,131,42). Sum of RGB (Red+Green+Blue) = 152+131+42=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98832A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98832A is #677CD5. Grayscale: #7F7F7F. Windows color (decimal): -6782166 or 2786200. OLE color: 2786200.

HSL color Cylindrical-coordinate representation of color #98832A: hue angle of 48.55º degrees, saturation: 0.57, 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 #98832A is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 42 -
CMYK 0 0.14 0.72 0.40
HSL 48.55º 0.57% 0.38% -
HSV(B) 48.55º 0.72% 0.6% -
XYZ 21.48 23.08 5.51 -
YUV 127.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 152 131 42 0 0.14 0.72 0.40 48.55 0.57 0.38
Hex 98 83 2A 0 E 48 28 31 39 26
Octal 230 203 52 0 16 110 50 61 71 46
Binary 10011000 10000011 101010 0 1110 1001000 101000 110001 111001 100110

Color Harmonies of #98832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98832A

Black with #98832A

Text Example


Text Example

White with #98832A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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