Html Css Color HEX #968916 Lemon Ginger

📋 copy color: '#968916'

red 150 ◦ green 137 ◦ blue 22

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

Shades of Lemon Ginger #968916

Tints of Lemon Ginger #968916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.12%

R = 48.54%
G = 44.34%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#968916 (or 0x968916) is known color: Lemon Ginger. HEX triplet: 96, 89 and 16. RGB value is (150,137,22). Sum of RGB (Red+Green+Blue) = 150+137+22=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #968916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968916 is #6976E9. Grayscale: #808080. Windows color (decimal): -6911722 or 1477014. OLE color: 1477014.

HSL color Cylindrical-coordinate representation of color #968916: hue angle of 53.91º degrees, saturation: 0.74, 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 #968916 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 137 22 -
CMYK 0 0.09 0.85 0.41
HSL 53.91º 0.74% 0.34% -
HSV(B) 53.91º 0.85% 0.59% -
XYZ 21.67 24.43 4.33 -
YUV 127.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 150 137 22 0 0.09 0.85 0.41 53.91 0.74 0.34
Hex 96 89 16 0 9 55 29 36 4A 22
Octal 226 211 26 0 11 125 51 66 112 42
Binary 10010110 10001001 10110 0 1001 1010101 101001 110110 1001010 100010

Color Harmonies of #968916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968916

Black with #968916

Text Example


Text Example

White with #968916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968916; }

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

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

background-color css

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

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

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

border-color css

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

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

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