Html Css Color HEX #958124 Lemon Ginger

📋 copy color: '#958124'

red 149 ◦ green 129 ◦ blue 36

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

Shades of Lemon Ginger #958124

Tints of Lemon Ginger #958124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.46%

R = 47.45%
G = 41.08%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#958124 (or 0x958124) is known color: Lemon Ginger. HEX triplet: 95, 81 and 24. RGB value is (149,129,36). Sum of RGB (Red+Green+Blue) = 149+129+36=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #958124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958124 is #6A7EDB. Grayscale: #7C7C7C. Windows color (decimal): -6979292 or 2392469. OLE color: 2392469.

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

Color convert

RGB 149 129 36 -
CMYK 0 0.13 0.76 0.42
HSL 49.38º 0.61% 0.36% -
HSV(B) 49.38º 0.76% 0.58% -
XYZ 20.56 22.22 4.87 -
YUV 124.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 149 129 36 0 0.13 0.76 0.42 49.38 0.61 0.36
Hex 95 81 24 0 D 4C 2A 31 3D 24
Octal 225 201 44 0 15 114 52 61 75 44
Binary 10010101 10000001 100100 0 1101 1001100 101010 110001 111101 100100

Color Harmonies of #958124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958124

Black with #958124

Text Example


Text Example

White with #958124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958124; }

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

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

background-color css

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

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

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

border-color css

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

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

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