Html Css Color HEX #98832F Lemon Ginger

📋 copy color: '#98832F'

red 152 ◦ green 131 ◦ blue 47

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

Shades of Lemon Ginger #98832F

Tints of Lemon Ginger #98832F

RGB

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

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

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

R = 46.06%
G = 39.7%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#98832F (or 0x98832F) is known color: Lemon Ginger. HEX triplet: 98, 83 and 2F. RGB value is (152,131,47). Sum of RGB (Red+Green+Blue) = 152+131+47=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98832F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98832F is #677CD0. Grayscale: #808080. Windows color (decimal): -6782161 or 3113880. OLE color: 3113880.

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

Color convert

RGB 152 131 47 -
CMYK 0 0.14 0.69 0.40
HSL 48º 0.53% 0.39% -
HSV(B) 48º 0.69% 0.6% -
XYZ 21.58 23.11 6.01 -
YUV 127.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 152 131 47 0 0.14 0.69 0.40 48 0.53 0.39
Hex 98 83 2F 0 E 45 28 30 35 27
Octal 230 203 57 0 16 105 50 60 65 47
Binary 10011000 10000011 101111 0 1110 1000101 101000 110000 110101 100111

Color Harmonies of #98832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98832F

Black with #98832F

Text Example


Text Example

White with #98832F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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