Html Css Color HEX #968815 Lemon Ginger

📋 copy color: '#968815'

red 150 ◦ green 136 ◦ blue 21

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

Shades of Lemon Ginger #968815

Tints of Lemon Ginger #968815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.84%

R = 48.86%
G = 44.3%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#968815 (or 0x968815) is known color: Lemon Ginger. HEX triplet: 96, 88 and 15. RGB value is (150,136,21). Sum of RGB (Red+Green+Blue) = 150+136+21=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #968815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968815 is #6977EA. Grayscale: #7F7F7F. Windows color (decimal): -6911979 or 1411222. OLE color: 1411222.

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

Color convert

RGB 150 136 21 -
CMYK 0 0.09 0.86 0.41
HSL 53.49º 0.75% 0.34% -
HSV(B) 53.49º 0.86% 0.59% -
XYZ 21.52 24.15 4.24 -
YUV 127.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 150 136 21 0 0.09 0.86 0.41 53.49 0.75 0.34
Hex 96 88 15 0 9 56 29 35 4B 22
Octal 226 210 25 0 11 126 51 65 113 42
Binary 10010110 10001000 10101 0 1001 1010110 101001 110101 1001011 100010

Color Harmonies of #968815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968815

Black with #968815

Text Example


Text Example

White with #968815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968815; }

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

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

background-color css

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

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

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

border-color css

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

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

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