Html Css Color HEX #96872C Lemon Ginger

📋 copy color: '#96872C'

red 150 ◦ green 135 ◦ blue 44

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

Shades of Lemon Ginger #96872C

Tints of Lemon Ginger #96872C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.03%

 BLUE value IS 44 (17.58% from 255) = 13.37%

R = 45.59%
G = 41.03%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96872C (or 0x96872C) is known color: Lemon Ginger. HEX triplet: 96, 87 and 2C. RGB value is (150,135,44). Sum of RGB (Red+Green+Blue) = 150+135+44=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96872C is #6978D3. Grayscale: #818181. Windows color (decimal): -6912212 or 2918294. OLE color: 2918294.

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

Color convert

RGB 150 135 44 -
CMYK 0 0.1 0.71 0.41
HSL 51.51º 0.55% 0.38% -
HSV(B) 51.51º 0.71% 0.59% -
XYZ 21.7 23.99 5.87 -
YUV 129.11 79.97 142.9 -
System Red Green Blue C M Y K H S L
Decimal 150 135 44 0 0.1 0.71 0.41 51.51 0.55 0.38
Hex 96 87 2C 0 A 47 29 34 37 26
Octal 226 207 54 0 12 107 51 64 67 46
Binary 10010110 10000111 101100 0 1010 1000111 101001 110100 110111 100110

Color Harmonies of #96872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96872C

Black with #96872C

Text Example


Text Example

White with #96872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96872C; }

 p { color: rgb(150,135,44); }

 H1.HeaderClassName
 {
   color: #96872C;
 }
 .AnyTagClassName
 {
   color: #96872C;
 }
</style>

background-color css

<style>
 a { background-color: #96872C; }

 a { background-color: rgb(150,135,44); }

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

border-color css

<style>
 span { border-color: #96872C; }

 span { border-color: rgb(150,135,44); }

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