Html Css Color HEX #958D19 Lemon Ginger

📋 copy color: '#958D19'

red 149 ◦ green 141 ◦ blue 25

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

Shades of Lemon Ginger #958D19

Tints of Lemon Ginger #958D19

RGB

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

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

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

R = 47.3%
G = 44.76%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#958D19 (or 0x958D19) is known color: Lemon Ginger. HEX triplet: 95, 8D and 19. RGB value is (149,141,25). Sum of RGB (Red+Green+Blue) = 149+141+25=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #958D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958D19 is #6A72E6. Grayscale: #828282. Windows color (decimal): -6976231 or 1674645. OLE color: 1674645.

HSL color Cylindrical-coordinate representation of color #958D19: hue angle of 56.13º 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 #958D19 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 141 25 -
CMYK 0 0.05 0.83 0.42
HSL 56.13º 0.71% 0.34% -
HSV(B) 56.13º 0.83% 0.58% -
XYZ 22.09 25.51 4.68 -
YUV 130.17 68.65 141.43 -
System Red Green Blue C M Y K H S L
Decimal 149 141 25 0 0.05 0.83 0.42 56.13 0.71 0.34
Hex 95 8D 19 0 5 53 2A 38 47 22
Octal 225 215 31 0 5 123 52 70 107 42
Binary 10010101 10001101 11001 0 101 1010011 101010 111000 1000111 100010

Color Harmonies of #958D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D19

Black with #958D19

Text Example


Text Example

White with #958D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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