Html Css Color HEX #96881D Lemon Ginger

📋 copy color: '#96881D'

red 150 ◦ green 136 ◦ blue 29

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

Shades of Lemon Ginger #96881D

Tints of Lemon Ginger #96881D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 47.62%
G = 43.17%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96881D (or 0x96881D) is known color: Lemon Ginger. HEX triplet: 96, 88 and 1D. RGB value is (150,136,29). Sum of RGB (Red+Green+Blue) = 150+136+29=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96881D is #6977E2. Grayscale: #808080. Windows color (decimal): -6911971 or 1935510. OLE color: 1935510.

HSL color Cylindrical-coordinate representation of color #96881D: hue angle of 53.06º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96881D is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 29 -
CMYK 0 0.09 0.81 0.41
HSL 53.06º 0.68% 0.35% -
HSV(B) 53.06º 0.81% 0.59% -
XYZ 21.6 24.18 4.69 -
YUV 127.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 150 136 29 0 0.09 0.81 0.41 53.06 0.68 0.35
Hex 96 88 1D 0 9 51 29 35 44 23
Octal 226 210 35 0 11 121 51 65 104 43
Binary 10010110 10001000 11101 0 1001 1010001 101001 110101 1000100 100011

Color Harmonies of #96881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96881D

Black with #96881D

Text Example


Text Example

White with #96881D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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