Html Css Color HEX #958C11 Lemon Ginger

📋 copy color: '#958C11'

red 149 ◦ green 140 ◦ blue 17

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

Shades of Lemon Ginger #958C11

Tints of Lemon Ginger #958C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.75%

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 48.69%
G = 45.75%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#958C11 (or 0x958C11) is known color: Lemon Ginger. HEX triplet: 95, 8C and 11. RGB value is (149,140,17). Sum of RGB (Red+Green+Blue) = 149+140+17=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #958C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958C11 is #6A73EE. Grayscale: #818181. Windows color (decimal): -6976495 or 1150101. OLE color: 1150101.

HSL color Cylindrical-coordinate representation of color #958C11: hue angle of 55.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #958C11 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 140 17 -
CMYK 0 0.06 0.89 0.42
HSL 55.91º 0.8% 0.33% -
HSV(B) 55.91º 0.89% 0.58% -
XYZ 21.87 25.19 4.24 -
YUV 128.67 64.98 142.5 -
System Red Green Blue C M Y K H S L
Decimal 149 140 17 0 0.06 0.89 0.42 55.91 0.8 0.33
Hex 95 8C 11 0 6 59 2A 38 50 21
Octal 225 214 21 0 6 131 52 70 120 41
Binary 10010101 10001100 10001 0 110 1011001 101010 111000 1010000 100001

Color Harmonies of #958C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C11

Black with #958C11

Text Example


Text Example

White with #958C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,140,17); }

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

background-color css

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

 a { background-color: rgb(149,140,17); }

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

border-color css

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

 span { border-color: rgb(149,140,17); }

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