Html Css Color HEX #96871E Lemon Ginger

📋 copy color: '#96871E'

red 150 ◦ green 135 ◦ blue 30

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

Shades of Lemon Ginger #96871E

Tints of Lemon Ginger #96871E

RGB

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

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

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

R = 47.62%
G = 42.86%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96871E (or 0x96871E) is known color: Lemon Ginger. HEX triplet: 96, 87 and 1E. RGB value is (150,135,30). Sum of RGB (Red+Green+Blue) = 150+135+30=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96871E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96871E is #6978E1. Grayscale: #7F7F7F. Windows color (decimal): -6912226 or 2000790. OLE color: 2000790.

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

Color convert

RGB 150 135 30 -
CMYK 0 0.1 0.80 0.41
HSL 52.5º 0.67% 0.35% -
HSV(B) 52.5º 0.8% 0.59% -
XYZ 21.48 23.91 4.71 -
YUV 127.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 150 135 30 0 0.1 0.80 0.41 52.5 0.67 0.35
Hex 96 87 1E 0 A 50 29 34 43 23
Octal 226 207 36 0 12 120 51 64 103 43
Binary 10010110 10000111 11110 0 1010 1010000 101001 110100 1000011 100011

Color Harmonies of #96871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96871E

Black with #96871E

Text Example


Text Example

White with #96871E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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