Html Css Color HEX #96852F Lemon Ginger

📋 copy color: '#96852F'

red 150 ◦ green 133 ◦ blue 47

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

Shades of Lemon Ginger #96852F

Tints of Lemon Ginger #96852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 45.45%
G = 40.3%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96852F (or 0x96852F) is known color: Lemon Ginger. HEX triplet: 96, 85 and 2F. RGB value is (150,133,47). Sum of RGB (Red+Green+Blue) = 150+133+47=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96852F is #697AD0. Grayscale: #808080. Windows color (decimal): -6912721 or 3114390. OLE color: 3114390.

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

Color convert

RGB 150 133 47 -
CMYK 0 0.11 0.69 0.41
HSL 50.1º 0.52% 0.39% -
HSV(B) 50.1º 0.69% 0.59% -
XYZ 21.48 23.46 6.09 -
YUV 128.28 82.13 143.49 -
System Red Green Blue C M Y K H S L
Decimal 150 133 47 0 0.11 0.69 0.41 50.1 0.52 0.39
Hex 96 85 2F 0 B 45 29 32 34 27
Octal 226 205 57 0 13 105 51 62 64 47
Binary 10010110 10000101 101111 0 1011 1000101 101001 110010 110100 100111

Color Harmonies of #96852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96852F

Black with #96852F

Text Example


Text Example

White with #96852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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