Html Css Color HEX #958419 Lemon Ginger

📋 copy color: '#958419'

red 149 ◦ green 132 ◦ blue 25

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

Shades of Lemon Ginger #958419

Tints of Lemon Ginger #958419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.17%

R = 48.69%
G = 43.14%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#958419 (or 0x958419) is known color: Lemon Ginger. HEX triplet: 95, 84 and 19. RGB value is (149,132,25). Sum of RGB (Red+Green+Blue) = 149+132+25=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #958419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958419 is #6A7BE6. Grayscale: #7D7D7D. Windows color (decimal): -6978535 or 1672341. OLE color: 1672341.

HSL color Cylindrical-coordinate representation of color #958419: hue angle of 51.77º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #958419 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 25 -
CMYK 0 0.11 0.83 0.42
HSL 51.77º 0.71% 0.34% -
HSV(B) 51.77º 0.83% 0.58% -
XYZ 20.82 22.96 4.25 -
YUV 124.89 71.63 145.2 -
System Red Green Blue C M Y K H S L
Decimal 149 132 25 0 0.11 0.83 0.42 51.77 0.71 0.34
Hex 95 84 19 0 B 53 2A 34 47 22
Octal 225 204 31 0 13 123 52 64 107 42
Binary 10010101 10000100 11001 0 1011 1010011 101010 110100 1000111 100010

Color Harmonies of #958419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958419

Black with #958419

Text Example


Text Example

White with #958419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958419; }

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

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

background-color css

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

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

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

border-color css

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

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

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