Html Css Color HEX #96841D Lemon Ginger

📋 copy color: '#96841D'

red 150 ◦ green 132 ◦ blue 29

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

Shades of Lemon Ginger #96841D

Tints of Lemon Ginger #96841D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.32%

R = 48.23%
G = 42.44%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96841D (or 0x96841D) is known color: Lemon Ginger. HEX triplet: 96, 84 and 1D. RGB value is (150,132,29). Sum of RGB (Red+Green+Blue) = 150+132+29=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96841D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96841D is #697BE2. Grayscale: #7E7E7E. Windows color (decimal): -6912995 or 1934486. OLE color: 1934486.

HSL color Cylindrical-coordinate representation of color #96841D: hue angle of 51.07º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96841D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 29 -
CMYK 0 0.12 0.81 0.41
HSL 51.07º 0.68% 0.35% -
HSV(B) 51.07º 0.81% 0.59% -
XYZ 21.05 23.08 4.51 -
YUV 125.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 150 132 29 0 0.12 0.81 0.41 51.07 0.68 0.35
Hex 96 84 1D 0 C 51 29 33 44 23
Octal 226 204 35 0 14 121 51 63 104 43
Binary 10010110 10000100 11101 0 1100 1010001 101001 110011 1000100 100011

Color Harmonies of #96841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96841D

Black with #96841D

Text Example


Text Example

White with #96841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96841D; }

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

 H1.HeaderClassName
 {
   color: #96841D;
 }
 .AnyTagClassName
 {
   color: #96841D;
 }
</style>

background-color css

<style>
 a { background-color: #96841D; }

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

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

border-color css

<style>
 span { border-color: #96841D; }

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

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