Html Css Color HEX #96842B Lemon Ginger

📋 copy color: '#96842B'

red 150 ◦ green 132 ◦ blue 43

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

Shades of Lemon Ginger #96842B

Tints of Lemon Ginger #96842B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 46.15%
G = 40.62%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96842B (or 0x96842B) is known color: Lemon Ginger. HEX triplet: 96, 84 and 2B. RGB value is (150,132,43). Sum of RGB (Red+Green+Blue) = 150+132+43=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96842B is #697BD4. Grayscale: #7F7F7F. Windows color (decimal): -6912981 or 2851990. OLE color: 2851990.

HSL color Cylindrical-coordinate representation of color #96842B: hue angle of 49.91º 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 #96842B is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 43 -
CMYK 0 0.12 0.71 0.41
HSL 49.91º 0.55% 0.38% -
HSV(B) 49.91º 0.71% 0.59% -
XYZ 21.26 23.16 5.64 -
YUV 127.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 150 132 43 0 0.12 0.71 0.41 49.91 0.55 0.38
Hex 96 84 2B 0 C 47 29 32 37 26
Octal 226 204 53 0 14 107 51 62 67 46
Binary 10010110 10000100 101011 0 1100 1000111 101001 110010 110111 100110

Color Harmonies of #96842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96842B

Black with #96842B

Text Example


Text Example

White with #96842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96842B; }

 p { color: rgb(150,132,43); }

 H1.HeaderClassName
 {
   color: #96842B;
 }
 .AnyTagClassName
 {
   color: #96842B;
 }
</style>

background-color css

<style>
 a { background-color: #96842B; }

 a { background-color: rgb(150,132,43); }

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

border-color css

<style>
 span { border-color: #96842B; }

 span { border-color: rgb(150,132,43); }

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