Html Css Color HEX #96891E Lemon Ginger

📋 copy color: '#96891E'

red 150 ◦ green 137 ◦ blue 30

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

Shades of Lemon Ginger #96891E

Tints of Lemon Ginger #96891E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 47.32%
G = 43.22%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96891E (or 0x96891E) is known color: Lemon Ginger. HEX triplet: 96, 89 and 1E. RGB value is (150,137,30). Sum of RGB (Red+Green+Blue) = 150+137+30=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #96891E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96891E is #6976E1. Grayscale: #818181. Windows color (decimal): -6911714 or 2001302. OLE color: 2001302.

HSL color Cylindrical-coordinate representation of color #96891E: hue angle of 53.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96891E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 137 30 -
CMYK 0 0.09 0.80 0.41
HSL 53.5º 0.67% 0.35% -
HSV(B) 53.5º 0.8% 0.59% -
XYZ 21.76 24.47 4.8 -
YUV 128.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 150 137 30 0 0.09 0.80 0.41 53.5 0.67 0.35
Hex 96 89 1E 0 9 50 29 36 43 23
Octal 226 211 36 0 11 120 51 66 103 43
Binary 10010110 10001001 11110 0 1001 1010000 101001 110110 1000011 100011

Color Harmonies of #96891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96891E

Black with #96891E

Text Example


Text Example

White with #96891E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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