Html Css Color HEX #99842C Lemon Ginger

📋 copy color: '#99842C'

red 153 ◦ green 132 ◦ blue 44

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

Shades of Lemon Ginger #99842C

Tints of Lemon Ginger #99842C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.37%

R = 46.5%
G = 40.12%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#99842C (or 0x99842C) is known color: Lemon Ginger. HEX triplet: 99, 84 and 2C. RGB value is (153,132,44). Sum of RGB (Red+Green+Blue) = 153+132+44=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99842C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99842C is #667BD3. Grayscale: #808080. Windows color (decimal): -6716372 or 2917529. OLE color: 2917529.

HSL color Cylindrical-coordinate representation of color #99842C: hue angle of 48.44º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99842C is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 132 44 -
CMYK 0 0.14 0.71 0.4
HSL 48.44º 0.55% 0.39% -
HSV(B) 48.44º 0.71% 0.6% -
XYZ 21.84 23.46 5.76 -
YUV 128.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 153 132 44 0 0.14 0.71 0.4 48.44 0.55 0.39
Hex 99 84 2C 0 E 47 28 30 37 27
Octal 231 204 54 0 16 107 50 60 67 47
Binary 10011001 10000100 101100 0 1110 1000111 101000 110000 110111 100111

Color Harmonies of #99842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99842C

Black with #99842C

Text Example


Text Example

White with #99842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99842C; }

 p { color: rgb(153,132,44); }

 H1.HeaderClassName
 {
   color: #99842C;
 }
 .AnyTagClassName
 {
   color: #99842C;
 }
</style>

background-color css

<style>
 a { background-color: #99842C; }

 a { background-color: rgb(153,132,44); }

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

border-color css

<style>
 span { border-color: #99842C; }

 span { border-color: rgb(153,132,44); }

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