Html Css Color HEX #958036 Lemon Ginger

📋 copy color: '#958036'

red 149 ◦ green 128 ◦ blue 54

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

Shades of Lemon Ginger #958036

Tints of Lemon Ginger #958036

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

 BLUE value IS 54 (21.48% from 255) = 16.31%

R = 45.02%
G = 38.67%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#958036 (or 0x958036) is known color: Lemon Ginger. HEX triplet: 95, 80 and 36. RGB value is (149,128,54). Sum of RGB (Red+Green+Blue) = 149+128+54=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #958036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958036 is #6A7FC9. Grayscale: #7E7E7E. Windows color (decimal): -6979530 or 3571861. OLE color: 3571861.

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

Color convert

RGB 149 128 54 -
CMYK 0 0.14 0.64 0.42
HSL 46.74º 0.47% 0.4% -
HSV(B) 46.74º 0.64% 0.58% -
XYZ 20.78 22.09 6.66 -
YUV 125.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 149 128 54 0 0.14 0.64 0.42 46.74 0.47 0.4
Hex 95 80 36 0 E 40 2A 2F 2F 28
Octal 225 200 66 0 16 100 52 57 57 50
Binary 10010101 10000000 110110 0 1110 1000000 101010 101111 101111 101000

Color Harmonies of #958036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958036

Black with #958036

Text Example


Text Example

White with #958036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958036; }

 p { color: rgb(149,128,54); }

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

background-color css

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

 a { background-color: rgb(149,128,54); }

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

border-color css

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

 span { border-color: rgb(149,128,54); }

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