Html Css Color HEX #958331 Lemon Ginger

📋 copy color: '#958331'

red 149 ◦ green 131 ◦ blue 49

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

Shades of Lemon Ginger #958331

Tints of Lemon Ginger #958331

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.82%

 BLUE value IS 49 (19.53% from 255) = 14.89%

R = 45.29%
G = 39.82%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#958331 (or 0x958331) is known color: Lemon Ginger. HEX triplet: 95, 83 and 31. RGB value is (149,131,49). Sum of RGB (Red+Green+Blue) = 149+131+49=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #958331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958331 is #6A7CCE. Grayscale: #7F7F7F. Windows color (decimal): -6978767 or 3244949. OLE color: 3244949.

HSL color Cylindrical-coordinate representation of color #958331: hue angle of 49.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #958331 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 49 -
CMYK 0 0.12 0.67 0.42
HSL 49.2º 0.51% 0.39% -
HSV(B) 49.2º 0.67% 0.58% -
XYZ 21.07 22.84 6.2 -
YUV 127.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 149 131 49 0 0.12 0.67 0.42 49.2 0.51 0.39
Hex 95 83 31 0 C 43 2A 31 33 27
Octal 225 203 61 0 14 103 52 61 63 47
Binary 10010101 10000011 110001 0 1100 1000011 101010 110001 110011 100111

Color Harmonies of #958331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958331

Black with #958331

Text Example


Text Example

White with #958331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958331; }

 p { color: rgb(149,131,49); }

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

background-color css

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

 a { background-color: rgb(149,131,49); }

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

border-color css

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

 span { border-color: rgb(149,131,49); }

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