Html Css Color HEX #958D1E Lemon Ginger

📋 copy color: '#958D1E'

red 149 ◦ green 141 ◦ blue 30

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

Shades of Lemon Ginger #958D1E

Tints of Lemon Ginger #958D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.38%

R = 46.56%
G = 44.06%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#958D1E (or 0x958D1E) is known color: Lemon Ginger. HEX triplet: 95, 8D and 1E. RGB value is (149,141,30). Sum of RGB (Red+Green+Blue) = 149+141+30=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #958D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D1E is #6A72E1. Grayscale: #838383. Windows color (decimal): -6976226 or 2002325. OLE color: 2002325.

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

Color convert

RGB 149 141 30 -
CMYK 0 0.05 0.80 0.42
HSL 55.97º 0.66% 0.35% -
HSV(B) 55.97º 0.8% 0.58% -
XYZ 22.15 25.53 4.99 -
YUV 130.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 149 141 30 0 0.05 0.80 0.42 55.97 0.66 0.35
Hex 95 8D 1E 0 5 50 2A 38 42 23
Octal 225 215 36 0 5 120 52 70 102 43
Binary 10010101 10001101 11110 0 101 1010000 101010 111000 1000010 100011

Color Harmonies of #958D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D1E

Black with #958D1E

Text Example


Text Example

White with #958D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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