Html Css Color HEX #968617 Lemon Ginger

📋 copy color: '#968617'

red 150 ◦ green 134 ◦ blue 23

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

Shades of Lemon Ginger #968617

Tints of Lemon Ginger #968617

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.65%

 BLUE value IS 23 (9.38% from 255) = 7.49%

R = 48.86%
G = 43.65%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#968617 (or 0x968617) is known color: Lemon Ginger. HEX triplet: 96, 86 and 17. RGB value is (150,134,23). Sum of RGB (Red+Green+Blue) = 150+134+23=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #968617 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968617 is #6979E8. Grayscale: #7E7E7E. Windows color (decimal): -6912489 or 1541782. OLE color: 1541782.

HSL color Cylindrical-coordinate representation of color #968617: hue angle of 52.44º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #968617 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 134 23 -
CMYK 0 0.11 0.85 0.41
HSL 52.44º 0.73% 0.34% -
HSV(B) 52.44º 0.85% 0.59% -
XYZ 21.26 23.6 4.24 -
YUV 126.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 150 134 23 0 0.11 0.85 0.41 52.44 0.73 0.34
Hex 96 86 17 0 B 55 29 34 49 22
Octal 226 206 27 0 13 125 51 64 111 42
Binary 10010110 10000110 10111 0 1011 1010101 101001 110100 1001001 100010

Color Harmonies of #968617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968617

Black with #968617

Text Example


Text Example

White with #968617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968617; }

 p { color: rgb(150,134,23); }

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

background-color css

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

 a { background-color: rgb(150,134,23); }

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

border-color css

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

 span { border-color: rgb(150,134,23); }

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