Html Css Color HEX #98842F Lemon Ginger

📋 copy color: '#98842F'

red 152 ◦ green 132 ◦ blue 47

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

Shades of Lemon Ginger #98842F

Tints of Lemon Ginger #98842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 45.92%
G = 39.88%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#98842F (or 0x98842F) is known color: Lemon Ginger. HEX triplet: 98, 84 and 2F. RGB value is (152,132,47). Sum of RGB (Red+Green+Blue) = 152+132+47=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98842F is #677BD0. Grayscale: #808080. Windows color (decimal): -6781905 or 3114136. OLE color: 3114136.

HSL color Cylindrical-coordinate representation of color #98842F: hue angle of 48.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98842F is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 47 -
CMYK 0 0.13 0.69 0.40
HSL 48.57º 0.53% 0.39% -
HSV(B) 48.57º 0.69% 0.6% -
XYZ 21.71 23.38 6.06 -
YUV 128.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 152 132 47 0 0.13 0.69 0.40 48.57 0.53 0.39
Hex 98 84 2F 0 D 45 28 31 35 27
Octal 230 204 57 0 15 105 50 61 65 47
Binary 10011000 10000100 101111 0 1101 1000101 101000 110001 110101 100111

Color Harmonies of #98842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98842F

Black with #98842F

Text Example


Text Example

White with #98842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98842F; }

 p { color: rgb(152,132,47); }

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

background-color css

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

 a { background-color: rgb(152,132,47); }

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

border-color css

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

 span { border-color: rgb(152,132,47); }

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