Html Css Color HEX #968136 Lemon Ginger

📋 copy color: '#968136'

red 150 ◦ green 129 ◦ blue 54

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

Shades of Lemon Ginger #968136

Tints of Lemon Ginger #968136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.22%

R = 45.05%
G = 38.74%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#968136 (or 0x968136) is known color: Lemon Ginger. HEX triplet: 96, 81 and 36. RGB value is (150,129,54). Sum of RGB (Red+Green+Blue) = 150+129+54=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #968136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968136 is #697EC9. Grayscale: #7F7F7F. Windows color (decimal): -6913738 or 3572118. OLE color: 3572118.

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

Color convert

RGB 150 129 54 -
CMYK 0 0.14 0.64 0.41
HSL 46.88º 0.47% 0.4% -
HSV(B) 46.88º 0.64% 0.59% -
XYZ 21.09 22.45 6.71 -
YUV 126.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 150 129 54 0 0.14 0.64 0.41 46.88 0.47 0.4
Hex 96 81 36 0 E 40 29 2F 2F 28
Octal 226 201 66 0 16 100 51 57 57 50
Binary 10010110 10000001 110110 0 1110 1000000 101001 101111 101111 101000

Color Harmonies of #968136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968136

Black with #968136

Text Example


Text Example

White with #968136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968136; }

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

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

background-color css

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

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

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

border-color css

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

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

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