Html Css Color HEX #99822C Lemon Ginger

📋 copy color: '#99822C'

red 153 ◦ green 130 ◦ blue 44

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

Shades of Lemon Ginger #99822C

Tints of Lemon Ginger #99822C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

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

R = 46.79%
G = 39.76%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#99822C (or 0x99822C) is known color: Lemon Ginger. HEX triplet: 99, 82 and 2C. RGB value is (153,130,44). Sum of RGB (Red+Green+Blue) = 153+130+44=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99822C is #667DD3. Grayscale: #7F7F7F. Windows color (decimal): -6716884 or 2917017. OLE color: 2917017.

HSL color Cylindrical-coordinate representation of color #99822C: hue angle of 47.34º 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 #99822C is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 44 -
CMYK 0 0.15 0.71 0.4
HSL 47.34º 0.55% 0.39% -
HSV(B) 47.34º 0.71% 0.6% -
XYZ 21.57 22.92 5.67 -
YUV 127.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 153 130 44 0 0.15 0.71 0.4 47.34 0.55 0.39
Hex 99 82 2C 0 F 47 28 2F 37 27
Octal 231 202 54 0 17 107 50 57 67 47
Binary 10011001 10000010 101100 0 1111 1000111 101000 101111 110111 100111

Color Harmonies of #99822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99822C

Black with #99822C

Text Example


Text Example

White with #99822C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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