Html Css Color HEX #96852B Lemon Ginger

📋 copy color: '#96852B'

red 150 ◦ green 133 ◦ blue 43

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

Shades of Lemon Ginger #96852B

Tints of Lemon Ginger #96852B

RGB

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

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

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

R = 46.01%
G = 40.8%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96852B (or 0x96852B) is known color: Lemon Ginger. HEX triplet: 96, 85 and 2B. RGB value is (150,133,43). Sum of RGB (Red+Green+Blue) = 150+133+43=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96852B is #697AD4. Grayscale: #808080. Windows color (decimal): -6912725 or 2852246. OLE color: 2852246.

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

Color convert

RGB 150 133 43 -
CMYK 0 0.11 0.71 0.41
HSL 50.47º 0.55% 0.38% -
HSV(B) 50.47º 0.71% 0.59% -
XYZ 21.4 23.43 5.68 -
YUV 127.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 150 133 43 0 0.11 0.71 0.41 50.47 0.55 0.38
Hex 96 85 2B 0 B 47 29 32 37 26
Octal 226 205 53 0 13 107 51 62 67 46
Binary 10010110 10000101 101011 0 1011 1000111 101001 110010 110111 100110

Color Harmonies of #96852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96852B

Black with #96852B

Text Example


Text Example

White with #96852B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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