Html Css Color HEX #968037 Lemon Ginger

📋 copy color: '#968037'

red 150 ◦ green 128 ◦ blue 55

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

Shades of Lemon Ginger #968037

Tints of Lemon Ginger #968037

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.44%

 BLUE value IS 55 (21.88% from 255) = 16.52%

R = 45.05%
G = 38.44%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#968037 (or 0x968037) is known color: Lemon Ginger. HEX triplet: 96, 80 and 37. RGB value is (150,128,55). Sum of RGB (Red+Green+Blue) = 150+128+55=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #968037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968037 is #697FC8. Grayscale: #7E7E7E. Windows color (decimal): -6913993 or 3637398. OLE color: 3637398.

HSL color Cylindrical-coordinate representation of color #968037: hue angle of 46.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #968037 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 128 55 -
CMYK 0 0.15 0.63 0.41
HSL 46.11º 0.46% 0.4% -
HSV(B) 46.11º 0.63% 0.59% -
XYZ 20.99 22.2 6.79 -
YUV 126.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 150 128 55 0 0.15 0.63 0.41 46.11 0.46 0.4
Hex 96 80 37 0 F 3F 29 2E 2E 28
Octal 226 200 67 0 17 77 51 56 56 50
Binary 10010110 10000000 110111 0 1111 111111 101001 101110 101110 101000

Color Harmonies of #968037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968037

Black with #968037

Text Example


Text Example

White with #968037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968037; }

 p { color: rgb(150,128,55); }

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

background-color css

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

 a { background-color: rgb(150,128,55); }

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

border-color css

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

 span { border-color: rgb(150,128,55); }

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