Html Css Color HEX #99832E Lemon Ginger

📋 copy color: '#99832E'

red 153 ◦ green 131 ◦ blue 46

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

Shades of Lemon Ginger #99832E

Tints of Lemon Ginger #99832E

RGB

 RED value IS 153 (60.16% from 255) = 46.36%

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

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 46.36%
G = 39.7%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#99832E (or 0x99832E) is known color: Lemon Ginger. HEX triplet: 99, 83 and 2E. RGB value is (153,131,46). Sum of RGB (Red+Green+Blue) = 153+131+46=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99832E is #667CD1. Grayscale: #808080. Windows color (decimal): -6716626 or 3048345. OLE color: 3048345.

HSL color Cylindrical-coordinate representation of color #99832E: hue angle of 47.66º 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 #99832E is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 131 46 -
CMYK 0 0.14 0.70 0.4
HSL 47.66º 0.54% 0.39% -
HSV(B) 47.66º 0.7% 0.6% -
XYZ 21.75 23.2 5.92 -
YUV 127.89 81.79 145.91 -
System Red Green Blue C M Y K H S L
Decimal 153 131 46 0 0.14 0.70 0.4 47.66 0.54 0.39
Hex 99 83 2E 0 E 46 28 30 36 27
Octal 231 203 56 0 16 106 50 60 66 47
Binary 10011001 10000011 101110 0 1110 1000110 101000 110000 110110 100111

Color Harmonies of #99832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99832E

Black with #99832E

Text Example


Text Example

White with #99832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99832E; }

 p { color: rgb(153,131,46); }

 H1.HeaderClassName
 {
   color: #99832E;
 }
 .AnyTagClassName
 {
   color: #99832E;
 }
</style>

background-color css

<style>
 a { background-color: #99832E; }

 a { background-color: rgb(153,131,46); }

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

border-color css

<style>
 span { border-color: #99832E; }

 span { border-color: rgb(153,131,46); }

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