Html Css Color HEX #958223 Lemon Ginger

📋 copy color: '#958223'

red 149 ◦ green 130 ◦ blue 35

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

Shades of Lemon Ginger #958223

Tints of Lemon Ginger #958223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.15%

R = 47.45%
G = 41.4%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#958223 (or 0x958223) is known color: Lemon Ginger. HEX triplet: 95, 82 and 23. RGB value is (149,130,35). Sum of RGB (Red+Green+Blue) = 149+130+35=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #958223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958223 is #6A7DDC. Grayscale: #7D7D7D. Windows color (decimal): -6979037 or 2327189. OLE color: 2327189.

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

Color convert

RGB 149 130 35 -
CMYK 0 0.13 0.77 0.42
HSL 50º 0.62% 0.36% -
HSV(B) 50º 0.77% 0.58% -
XYZ 20.68 22.48 4.84 -
YUV 124.85 77.29 145.22 -
System Red Green Blue C M Y K H S L
Decimal 149 130 35 0 0.13 0.77 0.42 50 0.62 0.36
Hex 95 82 23 0 D 4D 2A 32 3E 24
Octal 225 202 43 0 15 115 52 62 76 44
Binary 10010101 10000010 100011 0 1101 1001101 101010 110010 111110 100100

Color Harmonies of #958223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958223

Black with #958223

Text Example


Text Example

White with #958223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958223; }

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

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

background-color css

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

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

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

border-color css

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

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

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