Html Css Color HEX #96822C Lemon Ginger

📋 copy color: '#96822C'

red 150 ◦ green 130 ◦ blue 44

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

Shades of Lemon Ginger #96822C

Tints of Lemon Ginger #96822C

RGB

 RED value IS 150 (58.98% from 255) = 46.3%

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

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

R = 46.3%
G = 40.12%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96822C (or 0x96822C) is known color: Lemon Ginger. HEX triplet: 96, 82 and 2C. RGB value is (150,130,44). Sum of RGB (Red+Green+Blue) = 150+130+44=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96822C is #697DD3. Grayscale: #7E7E7E. Windows color (decimal): -6913492 or 2917014. OLE color: 2917014.

HSL color Cylindrical-coordinate representation of color #96822C: hue angle of 48.68º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96822C is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 130 44 -
CMYK 0 0.13 0.71 0.41
HSL 48.68º 0.55% 0.38% -
HSV(B) 48.68º 0.71% 0.59% -
XYZ 21.01 22.63 5.64 -
YUV 126.18 81.63 144.99 -
System Red Green Blue C M Y K H S L
Decimal 150 130 44 0 0.13 0.71 0.41 48.68 0.55 0.38
Hex 96 82 2C 0 D 47 29 31 37 26
Octal 226 202 54 0 15 107 51 61 67 46
Binary 10010110 10000010 101100 0 1101 1000111 101001 110001 110111 100110

Color Harmonies of #96822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96822C

Black with #96822C

Text Example


Text Example

White with #96822C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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