Html Css Color HEX #958224 Lemon Ginger

📋 copy color: '#958224'

red 149 ◦ green 130 ◦ blue 36

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

Shades of Lemon Ginger #958224

Tints of Lemon Ginger #958224

RGB

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

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

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

R = 47.3%
G = 41.27%
B = 11.43%

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

#958224 (or 0x958224) is known color: Lemon Ginger. HEX triplet: 95, 82 and 24. RGB value is (149,130,36). Sum of RGB (Red+Green+Blue) = 149+130+36=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #958224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958224 is #6A7DDB. Grayscale: #7D7D7D. Windows color (decimal): -6979036 or 2392725. OLE color: 2392725.

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

Color convert

RGB 149 130 36 -
CMYK 0 0.13 0.76 0.42
HSL 49.91º 0.61% 0.36% -
HSV(B) 49.91º 0.76% 0.58% -
XYZ 20.7 22.48 4.92 -
YUV 124.97 77.79 145.14 -
System Red Green Blue C M Y K H S L
Decimal 149 130 36 0 0.13 0.76 0.42 49.91 0.61 0.36
Hex 95 82 24 0 D 4C 2A 32 3D 24
Octal 225 202 44 0 15 114 52 62 75 44
Binary 10010101 10000010 100100 0 1101 1001100 101010 110010 111101 100100

Color Harmonies of #958224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958224

Black with #958224

Text Example


Text Example

White with #958224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958224; }

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

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

background-color css

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

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

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

border-color css

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

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

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