Html Css Color HEX #96892E Lemon Ginger

📋 copy color: '#96892E'

red 150 ◦ green 137 ◦ blue 46

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

Shades of Lemon Ginger #96892E

Tints of Lemon Ginger #96892E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.14%

 BLUE value IS 46 (18.36% from 255) = 13.81%

R = 45.05%
G = 41.14%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96892E (or 0x96892E) is known color: Lemon Ginger. HEX triplet: 96, 89 and 2E. RGB value is (150,137,46). Sum of RGB (Red+Green+Blue) = 150+137+46=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96892E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96892E is #6976D1. Grayscale: #828282. Windows color (decimal): -6911698 or 3049878. OLE color: 3049878.

HSL color Cylindrical-coordinate representation of color #96892E: hue angle of 52.5º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96892E is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 137 46 -
CMYK 0 0.09 0.69 0.41
HSL 52.5º 0.53% 0.38% -
HSV(B) 52.5º 0.69% 0.59% -
XYZ 22.02 24.57 6.17 -
YUV 130.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 150 137 46 0 0.09 0.69 0.41 52.5 0.53 0.38
Hex 96 89 2E 0 9 45 29 34 35 26
Octal 226 211 56 0 11 105 51 64 65 46
Binary 10010110 10001001 101110 0 1001 1000101 101001 110100 110101 100110

Color Harmonies of #96892E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96892E

Black with #96892E

Text Example


Text Example

White with #96892E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96892E; }

 p { color: rgb(150,137,46); }

 H1.HeaderClassName
 {
   color: #96892E;
 }
 .AnyTagClassName
 {
   color: #96892E;
 }
</style>

background-color css

<style>
 a { background-color: #96892E; }

 a { background-color: rgb(150,137,46); }

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

border-color css

<style>
 span { border-color: #96892E; }

 span { border-color: rgb(150,137,46); }

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