Html Css Color HEX #958929 Lemon Ginger

📋 copy color: '#958929'

red 149 ◦ green 137 ◦ blue 41

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

Shades of Lemon Ginger #958929

Tints of Lemon Ginger #958929

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.9%

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

R = 45.57%
G = 41.9%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#958929 (or 0x958929) is known color: Lemon Ginger. HEX triplet: 95, 89 and 29. RGB value is (149,137,41). Sum of RGB (Red+Green+Blue) = 149+137+41=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #958929 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958929 is #6A76D6. Grayscale: #828282. Windows color (decimal): -6977239 or 2722197. OLE color: 2722197.

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

Color convert

RGB 149 137 41 -
CMYK 0 0.08 0.72 0.42
HSL 53.33º 0.57% 0.37% -
HSV(B) 53.33º 0.72% 0.58% -
XYZ 21.74 24.44 5.67 -
YUV 129.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 149 137 41 0 0.08 0.72 0.42 53.33 0.57 0.37
Hex 95 89 29 0 8 48 2A 35 39 25
Octal 225 211 51 0 10 110 52 65 71 45
Binary 10010101 10001001 101001 0 1000 1001000 101010 110101 111001 100101

Color Harmonies of #958929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958929

Black with #958929

Text Example


Text Example

White with #958929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958929; }

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

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

background-color css

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

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

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

border-color css

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

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

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