Html Css Color HEX #958327 Lemon Ginger

📋 copy color: '#958327'

red 149 ◦ green 131 ◦ blue 39

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

Shades of Lemon Ginger #958327

Tints of Lemon Ginger #958327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.23%

R = 46.71%
G = 41.07%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#958327 (or 0x958327) is known color: Lemon Ginger. HEX triplet: 95, 83 and 27. RGB value is (149,131,39). Sum of RGB (Red+Green+Blue) = 149+131+39=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #958327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958327 is #6A7CD8. Grayscale: #7E7E7E. Windows color (decimal): -6978777 or 2589589. OLE color: 2589589.

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

Color convert

RGB 149 131 39 -
CMYK 0 0.12 0.74 0.42
HSL 50.18º 0.59% 0.37% -
HSV(B) 50.18º 0.74% 0.58% -
XYZ 20.88 22.77 5.21 -
YUV 125.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 149 131 39 0 0.12 0.74 0.42 50.18 0.59 0.37
Hex 95 83 27 0 C 4A 2A 32 3B 25
Octal 225 203 47 0 14 112 52 62 73 45
Binary 10010101 10000011 100111 0 1100 1001010 101010 110010 111011 100101

Color Harmonies of #958327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958327

Black with #958327

Text Example


Text Example

White with #958327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958327; }

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

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

background-color css

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

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

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

border-color css

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

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

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