Html Css Color HEX #958913 Lemon Ginger

📋 copy color: '#958913'

red 149 ◦ green 137 ◦ blue 19

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

Shades of Lemon Ginger #958913

Tints of Lemon Ginger #958913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.92%

 BLUE value IS 19 (7.81% from 255) = 6.23%

R = 48.85%
G = 44.92%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#958913 (or 0x958913) is known color: Lemon Ginger. HEX triplet: 95, 89 and 13. RGB value is (149,137,19). Sum of RGB (Red+Green+Blue) = 149+137+19=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #958913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958913 is #6A76EC. Grayscale: #7F7F7F. Windows color (decimal): -6977261 or 1280405. OLE color: 1280405.

HSL color Cylindrical-coordinate representation of color #958913: hue angle of 54.46º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #958913 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 137 19 -
CMYK 0 0.08 0.87 0.42
HSL 54.46º 0.77% 0.33% -
HSV(B) 54.46º 0.87% 0.58% -
XYZ 21.46 24.33 4.18 -
YUV 127.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 149 137 19 0 0.08 0.87 0.42 54.46 0.77 0.33
Hex 95 89 13 0 8 57 2A 36 4D 21
Octal 225 211 23 0 10 127 52 66 115 41
Binary 10010101 10001001 10011 0 1000 1010111 101010 110110 1001101 100001

Color Harmonies of #958913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958913

Black with #958913

Text Example


Text Example

White with #958913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958913; }

 p { color: rgb(149,137,19); }

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

background-color css

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

 a { background-color: rgb(149,137,19); }

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

border-color css

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

 span { border-color: rgb(149,137,19); }

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