Html Css Color HEX #958132 Lemon Ginger

📋 copy color: '#958132'

red 149 ◦ green 129 ◦ blue 50

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

Shades of Lemon Ginger #958132

Tints of Lemon Ginger #958132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 45.43%
G = 39.33%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#958132 (or 0x958132) is known color: Lemon Ginger. HEX triplet: 95, 81 and 32. RGB value is (149,129,50). Sum of RGB (Red+Green+Blue) = 149+129+50=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #958132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958132 is #6A7ECD. Grayscale: #7E7E7E. Windows color (decimal): -6979278 or 3309973. OLE color: 3309973.

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

Color convert

RGB 149 129 50 -
CMYK 0 0.13 0.66 0.42
HSL 47.88º 0.5% 0.39% -
HSV(B) 47.88º 0.66% 0.58% -
XYZ 20.82 22.32 6.23 -
YUV 125.97 85.13 144.42 -
System Red Green Blue C M Y K H S L
Decimal 149 129 50 0 0.13 0.66 0.42 47.88 0.5 0.39
Hex 95 81 32 0 D 42 2A 30 32 27
Octal 225 201 62 0 15 102 52 60 62 47
Binary 10010101 10000001 110010 0 1101 1000010 101010 110000 110010 100111

Color Harmonies of #958132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958132

Black with #958132

Text Example


Text Example

White with #958132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958132; }

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

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

background-color css

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

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

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

border-color css

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

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

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