Html Css Color HEX #96852A Lemon Ginger

📋 copy color: '#96852A'

red 150 ◦ green 133 ◦ blue 42

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

Shades of Lemon Ginger #96852A

Tints of Lemon Ginger #96852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

 BLUE value IS 42 (16.8% from 255) = 12.92%

R = 46.15%
G = 40.92%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#96852A (or 0x96852A) is known color: Lemon Ginger. HEX triplet: 96, 85 and 2A. RGB value is (150,133,42). Sum of RGB (Red+Green+Blue) = 150+133+42=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96852A is #697AD5. Grayscale: #808080. Windows color (decimal): -6912726 or 2786710. OLE color: 2786710.

HSL color Cylindrical-coordinate representation of color #96852A: hue angle of 50.56º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96852A is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 133 42 -
CMYK 0 0.11 0.72 0.41
HSL 50.56º 0.56% 0.38% -
HSV(B) 50.56º 0.72% 0.59% -
XYZ 21.38 23.43 5.59 -
YUV 127.71 79.63 143.9 -
System Red Green Blue C M Y K H S L
Decimal 150 133 42 0 0.11 0.72 0.41 50.56 0.56 0.38
Hex 96 85 2A 0 B 48 29 33 38 26
Octal 226 205 52 0 13 110 51 63 70 46
Binary 10010110 10000101 101010 0 1011 1001000 101001 110011 111000 100110

Color Harmonies of #96852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96852A

Black with #96852A

Text Example


Text Example

White with #96852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96852A; }

 p { color: rgb(150,133,42); }

 H1.HeaderClassName
 {
   color: #96852A;
 }
 .AnyTagClassName
 {
   color: #96852A;
 }
</style>

background-color css

<style>
 a { background-color: #96852A; }

 a { background-color: rgb(150,133,42); }

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

border-color css

<style>
 span { border-color: #96852A; }

 span { border-color: rgb(150,133,42); }

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