Html Css Color HEX #958D1C Lemon Ginger

📋 copy color: '#958D1C'

red 149 ◦ green 141 ◦ blue 28

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

Shades of Lemon Ginger #958D1C

Tints of Lemon Ginger #958D1C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.34%

 BLUE value IS 28 (11.33% from 255) = 8.81%

R = 46.86%
G = 44.34%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#958D1C (or 0x958D1C) is known color: Lemon Ginger. HEX triplet: 95, 8D and 1C. RGB value is (149,141,28). Sum of RGB (Red+Green+Blue) = 149+141+28=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #958D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D1C is #6A72E3. Grayscale: #828282. Windows color (decimal): -6976228 or 1871253. OLE color: 1871253.

HSL color Cylindrical-coordinate representation of color #958D1C: hue angle of 56.03º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #958D1C is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 141 28 -
CMYK 0 0.05 0.81 0.42
HSL 56.03º 0.68% 0.35% -
HSV(B) 56.03º 0.81% 0.58% -
XYZ 22.13 25.52 4.86 -
YUV 130.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 149 141 28 0 0.05 0.81 0.42 56.03 0.68 0.35
Hex 95 8D 1C 0 5 51 2A 38 44 23
Octal 225 215 34 0 5 121 52 70 104 43
Binary 10010101 10001101 11100 0 101 1010001 101010 111000 1000100 100011

Color Harmonies of #958D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D1C

Black with #958D1C

Text Example


Text Example

White with #958D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958D1C; }

 p { color: rgb(149,141,28); }

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

background-color css

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

 a { background-color: rgb(149,141,28); }

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

border-color css

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

 span { border-color: rgb(149,141,28); }

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