Html Css Color HEX #958229 Lemon Ginger

📋 copy color: '#958229'

red 149 ◦ green 130 ◦ blue 41

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

Shades of Lemon Ginger #958229

Tints of Lemon Ginger #958229

RGB

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

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

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

R = 46.56%
G = 40.63%
B = 12.81%

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

#958229 (or 0x958229) is known color: Lemon Ginger. HEX triplet: 95, 82 and 29. RGB value is (149,130,41). Sum of RGB (Red+Green+Blue) = 149+130+41=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #958229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958229 is #6A7DD6. Grayscale: #7D7D7D. Windows color (decimal): -6979031 or 2720405. OLE color: 2720405.

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

Color convert

RGB 149 130 41 -
CMYK 0 0.13 0.72 0.42
HSL 49.44º 0.57% 0.37% -
HSV(B) 49.44º 0.72% 0.58% -
XYZ 20.78 22.51 5.35 -
YUV 125.54 80.29 144.74 -
System Red Green Blue C M Y K H S L
Decimal 149 130 41 0 0.13 0.72 0.42 49.44 0.57 0.37
Hex 95 82 29 0 D 48 2A 31 39 25
Octal 225 202 51 0 15 110 52 61 71 45
Binary 10010101 10000010 101001 0 1101 1001000 101010 110001 111001 100101

Color Harmonies of #958229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958229

Black with #958229

Text Example


Text Example

White with #958229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958229; }

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

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

background-color css

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

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

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

border-color css

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

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

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