Html Css Color HEX #958B0E Lemon Ginger

📋 copy color: '#958B0E'

red 149 ◦ green 139 ◦ blue 14

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

Shades of Lemon Ginger #958B0E

Tints of Lemon Ginger #958B0E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.03%

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 49.34%
G = 46.03%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#958B0E (or 0x958B0E) is known color: Lemon Ginger. HEX triplet: 95, 8B and 0E. RGB value is (149,139,14). Sum of RGB (Red+Green+Blue) = 149+139+14=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #958B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958B0E is #6A74F1. Grayscale: #808080. Windows color (decimal): -6976754 or 953237. OLE color: 953237.

HSL color Cylindrical-coordinate representation of color #958B0E: hue angle of 55.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #958B0E is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 14 -
CMYK 0 0.07 0.91 0.42
HSL 55.56º 0.83% 0.32% -
HSV(B) 55.56º 0.91% 0.58% -
XYZ 21.71 24.89 4.07 -
YUV 127.74 63.81 143.16 -
System Red Green Blue C M Y K H S L
Decimal 149 139 14 0 0.07 0.91 0.42 55.56 0.83 0.32
Hex 95 8B E 0 7 5B 2A 38 53 20
Octal 225 213 16 0 7 133 52 70 123 40
Binary 10010101 10001011 1110 0 111 1011011 101010 111000 1010011 100000

Color Harmonies of #958B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B0E

Black with #958B0E

Text Example


Text Example

White with #958B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,139,14); }

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

background-color css

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

 a { background-color: rgb(149,139,14); }

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

border-color css

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

 span { border-color: rgb(149,139,14); }

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