Html Css Color HEX #958232 Lemon Ginger

📋 copy color: '#958232'

red 149 ◦ green 130 ◦ blue 50

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

Shades of Lemon Ginger #958232

Tints of Lemon Ginger #958232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.51%

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

R = 45.29%
G = 39.51%
B = 15.2%

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

#958232 (or 0x958232) is known color: Lemon Ginger. HEX triplet: 95, 82 and 32. RGB value is (149,130,50). Sum of RGB (Red+Green+Blue) = 149+130+50=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #958232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958232 is #6A7DCD. Grayscale: #7E7E7E. Windows color (decimal): -6979022 or 3310229. OLE color: 3310229.

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

Color convert

RGB 149 130 50 -
CMYK 0 0.13 0.66 0.42
HSL 48.48º 0.5% 0.39% -
HSV(B) 48.48º 0.66% 0.58% -
XYZ 20.95 22.59 6.27 -
YUV 126.56 84.79 144 -
System Red Green Blue C M Y K H S L
Decimal 149 130 50 0 0.13 0.66 0.42 48.48 0.5 0.39
Hex 95 82 32 0 D 42 2A 30 32 27
Octal 225 202 62 0 15 102 52 60 62 47
Binary 10010101 10000010 110010 0 1101 1000010 101010 110000 110010 100111

Color Harmonies of #958232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958232

Black with #958232

Text Example


Text Example

White with #958232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958232; }

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

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

background-color css

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

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

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

border-color css

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

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

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