Html Css Color HEX #968D14 Lemon Ginger

📋 copy color: '#968D14'

red 150 ◦ green 141 ◦ blue 20

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

Shades of Lemon Ginger #968D14

Tints of Lemon Ginger #968D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 48.23%
G = 45.34%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#968D14 (or 0x968D14) is known color: Lemon Ginger. HEX triplet: 96, 8D and 14. RGB value is (150,141,20). Sum of RGB (Red+Green+Blue) = 150+141+20=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #968D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968D14 is #6972EB. Grayscale: #828282. Windows color (decimal): -6910700 or 1346966. OLE color: 1346966.

HSL color Cylindrical-coordinate representation of color #968D14: hue angle of 55.85º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #968D14 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 141 20 -
CMYK 0 0.06 0.87 0.41
HSL 55.85º 0.76% 0.33% -
HSV(B) 55.85º 0.87% 0.59% -
XYZ 22.23 25.58 4.43 -
YUV 129.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 150 141 20 0 0.06 0.87 0.41 55.85 0.76 0.33
Hex 96 8D 14 0 6 57 29 38 4C 21
Octal 226 215 24 0 6 127 51 70 114 41
Binary 10010110 10001101 10100 0 110 1010111 101001 111000 1001100 100001

Color Harmonies of #968D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D14

Black with #968D14

Text Example


Text Example

White with #968D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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