Html Css Color HEX #958129 Lemon Ginger

📋 copy color: '#958129'

red 149 ◦ green 129 ◦ blue 41

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

Shades of Lemon Ginger #958129

Tints of Lemon Ginger #958129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.44%

 BLUE value IS 41 (16.41% from 255) = 12.85%

R = 46.71%
G = 40.44%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#958129 (or 0x958129) is known color: Lemon Ginger. HEX triplet: 95, 81 and 29. RGB value is (149,129,41). Sum of RGB (Red+Green+Blue) = 149+129+41=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #958129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958129 is #6A7ED6. Grayscale: #7D7D7D. Windows color (decimal): -6979287 or 2720149. OLE color: 2720149.

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

Color convert

RGB 149 129 41 -
CMYK 0 0.13 0.72 0.42
HSL 48.89º 0.57% 0.37% -
HSV(B) 48.89º 0.72% 0.58% -
XYZ 20.64 22.25 5.3 -
YUV 124.95 80.63 145.16 -
System Red Green Blue C M Y K H S L
Decimal 149 129 41 0 0.13 0.72 0.42 48.89 0.57 0.37
Hex 95 81 29 0 D 48 2A 31 39 25
Octal 225 201 51 0 15 110 52 61 71 45
Binary 10010101 10000001 101001 0 1101 1001000 101010 110001 111001 100101

Color Harmonies of #958129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958129

Black with #958129

Text Example


Text Example

White with #958129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958129; }

 p { color: rgb(149,129,41); }

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

background-color css

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

 a { background-color: rgb(149,129,41); }

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

border-color css

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

 span { border-color: rgb(149,129,41); }

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