Html Css Color HEX #958D17 Lemon Ginger

📋 copy color: '#958D17'

red 149 ◦ green 141 ◦ blue 23

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

Shades of Lemon Ginger #958D17

Tints of Lemon Ginger #958D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.35%

R = 47.6%
G = 45.05%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#958D17 (or 0x958D17) is known color: Lemon Ginger. HEX triplet: 95, 8D and 17. RGB value is (149,141,23). Sum of RGB (Red+Green+Blue) = 149+141+23=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #958D17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958D17 is #6A72E8. Grayscale: #828282. Windows color (decimal): -6976233 or 1543573. OLE color: 1543573.

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

Color convert

RGB 149 141 23 -
CMYK 0 0.05 0.85 0.42
HSL 56.19º 0.73% 0.34% -
HSV(B) 56.19º 0.85% 0.58% -
XYZ 22.07 25.5 4.57 -
YUV 129.94 67.65 141.59 -
System Red Green Blue C M Y K H S L
Decimal 149 141 23 0 0.05 0.85 0.42 56.19 0.73 0.34
Hex 95 8D 17 0 5 55 2A 38 49 22
Octal 225 215 27 0 5 125 52 70 111 42
Binary 10010101 10001101 10111 0 101 1010101 101010 111000 1001001 100010

Color Harmonies of #958D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D17

Black with #958D17

Text Example


Text Example

White with #958D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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