Html Css Color HEX #96881E Lemon Ginger

📋 copy color: '#96881E'

red 150 ◦ green 136 ◦ blue 30

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

Shades of Lemon Ginger #96881E

Tints of Lemon Ginger #96881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.04%

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

R = 47.47%
G = 43.04%
B = 9.49%

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

#96881E (or 0x96881E) is known color: Lemon Ginger. HEX triplet: 96, 88 and 1E. RGB value is (150,136,30). Sum of RGB (Red+Green+Blue) = 150+136+30=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #96881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96881E is #6977E1. Grayscale: #808080. Windows color (decimal): -6911970 or 2001046. OLE color: 2001046.

HSL color Cylindrical-coordinate representation of color #96881E: hue angle of 53º 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 #96881E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 30 -
CMYK 0 0.09 0.80 0.41
HSL 53º 0.67% 0.35% -
HSV(B) 53º 0.8% 0.59% -
XYZ 21.62 24.19 4.76 -
YUV 128.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 150 136 30 0 0.09 0.80 0.41 53 0.67 0.35
Hex 96 88 1E 0 9 50 29 35 43 23
Octal 226 210 36 0 11 120 51 65 103 43
Binary 10010110 10001000 11110 0 1001 1010000 101001 110101 1000011 100011

Color Harmonies of #96881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96881E

Black with #96881E

Text Example


Text Example

White with #96881E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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