Html Css Color HEX #958529 Lemon Ginger

📋 copy color: '#958529'

red 149 ◦ green 133 ◦ blue 41

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

Shades of Lemon Ginger #958529

Tints of Lemon Ginger #958529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.18%

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

R = 46.13%
G = 41.18%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#958529 (or 0x958529) is known color: Lemon Ginger. HEX triplet: 95, 85 and 29. RGB value is (149,133,41). Sum of RGB (Red+Green+Blue) = 149+133+41=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #958529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958529 is #6A7AD6. Grayscale: #7F7F7F. Windows color (decimal): -6978263 or 2721173. OLE color: 2721173.

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

Color convert

RGB 149 133 41 -
CMYK 0 0.11 0.72 0.42
HSL 51.11º 0.57% 0.37% -
HSV(B) 51.11º 0.72% 0.58% -
XYZ 21.18 23.32 5.48 -
YUV 127.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 149 133 41 0 0.11 0.72 0.42 51.11 0.57 0.37
Hex 95 85 29 0 B 48 2A 33 39 25
Octal 225 205 51 0 13 110 52 63 71 45
Binary 10010101 10000101 101001 0 1011 1001000 101010 110011 111001 100101

Color Harmonies of #958529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958529

Black with #958529

Text Example


Text Example

White with #958529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958529; }

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

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

background-color css

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

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

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

border-color css

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

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

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