Html Css Color HEX #958237 Lemon Ginger

📋 copy color: '#958237'

red 149 ◦ green 130 ◦ blue 55

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

Shades of Lemon Ginger #958237

Tints of Lemon Ginger #958237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.92%

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

R = 44.61%
G = 38.92%
B = 16.47%

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

#958237 (or 0x958237) is known color: Lemon Ginger. HEX triplet: 95, 82 and 37. RGB value is (149,130,55). Sum of RGB (Red+Green+Blue) = 149+130+55=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #958237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958237 is #6A7DC8. Grayscale: #7F7F7F. Windows color (decimal): -6979017 or 3637909. OLE color: 3637909.

HSL color Cylindrical-coordinate representation of color #958237: hue angle of 47.87º 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 #958237 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 130 55 -
CMYK 0 0.13 0.63 0.42
HSL 47.87º 0.46% 0.4% -
HSV(B) 47.87º 0.63% 0.58% -
XYZ 21.07 22.63 6.87 -
YUV 127.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 149 130 55 0 0.13 0.63 0.42 47.87 0.46 0.4
Hex 95 82 37 0 D 3F 2A 30 2E 28
Octal 225 202 67 0 15 77 52 60 56 50
Binary 10010101 10000010 110111 0 1101 111111 101010 110000 101110 101000

Color Harmonies of #958237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958237

Black with #958237

Text Example


Text Example

White with #958237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958237; }

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

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

background-color css

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

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

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

border-color css

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

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

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