Html Css Color HEX #958137 Lemon Ginger

📋 copy color: '#958137'

red 149 ◦ green 129 ◦ blue 55

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

Shades of Lemon Ginger #958137

Tints of Lemon Ginger #958137

RGB

 RED value IS 149 (58.59% from 255) = 44.74%

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

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

R = 44.74%
G = 38.74%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#958137 (or 0x958137) is known color: Lemon Ginger. HEX triplet: 95, 81 and 37. RGB value is (149,129,55). Sum of RGB (Red+Green+Blue) = 149+129+55=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #958137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958137 is #6A7EC8. Grayscale: #7E7E7E. Windows color (decimal): -6979273 or 3637653. OLE color: 3637653.

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

Color convert

RGB 149 129 55 -
CMYK 0 0.13 0.63 0.42
HSL 47.23º 0.46% 0.4% -
HSV(B) 47.23º 0.63% 0.58% -
XYZ 20.93 22.37 6.83 -
YUV 126.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 149 129 55 0 0.13 0.63 0.42 47.23 0.46 0.4
Hex 95 81 37 0 D 3F 2A 2F 2E 28
Octal 225 201 67 0 15 77 52 57 56 50
Binary 10010101 10000001 110111 0 1101 111111 101010 101111 101110 101000

Color Harmonies of #958137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958137

Black with #958137

Text Example


Text Example

White with #958137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958137; }

 p { color: rgb(149,129,55); }

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

background-color css

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

 a { background-color: rgb(149,129,55); }

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

border-color css

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

 span { border-color: rgb(149,129,55); }

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