Html Css Color HEX #958417 Lemon Ginger

📋 copy color: '#958417'

red 149 ◦ green 132 ◦ blue 23

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

Shades of Lemon Ginger #958417

Tints of Lemon Ginger #958417

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.42%

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

R = 49.01%
G = 43.42%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#958417 (or 0x958417) is known color: Lemon Ginger. HEX triplet: 95, 84 and 17. RGB value is (149,132,23). Sum of RGB (Red+Green+Blue) = 149+132+23=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #958417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958417 is #6A7BE8. Grayscale: #7D7D7D. Windows color (decimal): -6978537 or 1541269. OLE color: 1541269.

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

Color convert

RGB 149 132 23 -
CMYK 0 0.11 0.85 0.42
HSL 51.9º 0.73% 0.34% -
HSV(B) 51.9º 0.85% 0.58% -
XYZ 20.8 22.95 4.14 -
YUV 124.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 149 132 23 0 0.11 0.85 0.42 51.9 0.73 0.34
Hex 95 84 17 0 B 55 2A 34 49 22
Octal 225 204 27 0 13 125 52 64 111 42
Binary 10010101 10000100 10111 0 1011 1010101 101010 110100 1001001 100010

Color Harmonies of #958417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958417

Black with #958417

Text Example


Text Example

White with #958417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958417; }

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

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

background-color css

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

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

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

border-color css

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

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

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