Html Css Color HEX #968D16 Lemon Ginger

📋 copy color: '#968D16'

red 150 ◦ green 141 ◦ blue 22

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

Shades of Lemon Ginger #968D16

Tints of Lemon Ginger #968D16

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.05%

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

R = 47.92%
G = 45.05%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#968D16 (or 0x968D16) is known color: Lemon Ginger. HEX triplet: 96, 8D and 16. RGB value is (150,141,22). Sum of RGB (Red+Green+Blue) = 150+141+22=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #968D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968D16 is #6972E9. Grayscale: #828282. Windows color (decimal): -6910698 or 1478038. OLE color: 1478038.

HSL color Cylindrical-coordinate representation of color #968D16: hue angle of 55.78º 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 #968D16 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 141 22 -
CMYK 0 0.06 0.85 0.41
HSL 55.78º 0.74% 0.34% -
HSV(B) 55.78º 0.85% 0.59% -
XYZ 22.25 25.59 4.53 -
YUV 130.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 150 141 22 0 0.06 0.85 0.41 55.78 0.74 0.34
Hex 96 8D 16 0 6 55 29 38 4A 22
Octal 226 215 26 0 6 125 51 70 112 42
Binary 10010110 10001101 10110 0 110 1010101 101001 111000 1001010 100010

Color Harmonies of #968D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D16

Black with #968D16

Text Example


Text Example

White with #968D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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