Html Css Color HEX #958731 Lemon Ginger

📋 copy color: '#958731'

red 149 ◦ green 135 ◦ blue 49

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

Shades of Lemon Ginger #958731

Tints of Lemon Ginger #958731

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.54%

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

R = 44.74%
G = 40.54%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#958731 (or 0x958731) is known color: Lemon Ginger. HEX triplet: 95, 87 and 31. RGB value is (149,135,49). Sum of RGB (Red+Green+Blue) = 149+135+49=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #958731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958731 is #6A78CE. Grayscale: #818181. Windows color (decimal): -6977743 or 3245973. OLE color: 3245973.

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

Color convert

RGB 149 135 49 -
CMYK 0 0.09 0.67 0.42
HSL 51.6º 0.51% 0.39% -
HSV(B) 51.6º 0.67% 0.58% -
XYZ 21.61 23.94 6.39 -
YUV 129.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 149 135 49 0 0.09 0.67 0.42 51.6 0.51 0.39
Hex 95 87 31 0 9 43 2A 34 33 27
Octal 225 207 61 0 11 103 52 64 63 47
Binary 10010101 10000111 110001 0 1001 1000011 101010 110100 110011 100111

Color Harmonies of #958731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958731

Black with #958731

Text Example


Text Example

White with #958731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958731; }

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

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

background-color css

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

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

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

border-color css

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

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

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