Html Css Color HEX #968120 Lemon Ginger

📋 copy color: '#968120'

red 150 ◦ green 129 ◦ blue 32

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

Shades of Lemon Ginger #968120

Tints of Lemon Ginger #968120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.48%

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 48.23%
G = 41.48%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#968120 (or 0x968120) is known color: Lemon Ginger. HEX triplet: 96, 81 and 20. RGB value is (150,129,32). Sum of RGB (Red+Green+Blue) = 150+129+32=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #968120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968120 is #697EDF. Grayscale: #7C7C7C. Windows color (decimal): -6913760 or 2130326. OLE color: 2130326.

HSL color Cylindrical-coordinate representation of color #968120: hue angle of 49.32º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #968120 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 32 -
CMYK 0 0.14 0.79 0.41
HSL 49.32º 0.65% 0.36% -
HSV(B) 49.32º 0.79% 0.59% -
XYZ 20.69 22.29 4.58 -
YUV 124.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 150 129 32 0 0.14 0.79 0.41 49.32 0.65 0.36
Hex 96 81 20 0 E 4F 29 31 41 24
Octal 226 201 40 0 16 117 51 61 101 44
Binary 10010110 10000001 100000 0 1110 1001111 101001 110001 1000001 100100

Color Harmonies of #968120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968120

Black with #968120

Text Example


Text Example

White with #968120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968120; }

 p { color: rgb(150,129,32); }

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

background-color css

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

 a { background-color: rgb(150,129,32); }

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

border-color css

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

 span { border-color: rgb(150,129,32); }

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