Html Css Color HEX #958811 Lemon Ginger

📋 copy color: '#958811'

red 149 ◦ green 136 ◦ blue 17

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

Shades of Lemon Ginger #958811

Tints of Lemon Ginger #958811

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.03%

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

R = 49.34%
G = 45.03%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#958811 (or 0x958811) is known color: Lemon Ginger. HEX triplet: 95, 88 and 11. RGB value is (149,136,17). Sum of RGB (Red+Green+Blue) = 149+136+17=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #958811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958811 is #6A77EE. Grayscale: #7E7E7E. Windows color (decimal): -6977519 or 1149077. OLE color: 1149077.

HSL color Cylindrical-coordinate representation of color #958811: hue angle of 54.09º 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 #958811 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 17 -
CMYK 0 0.09 0.89 0.42
HSL 54.09º 0.8% 0.33% -
HSV(B) 54.09º 0.89% 0.58% -
XYZ 21.3 24.04 4.05 -
YUV 126.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 149 136 17 0 0.09 0.89 0.42 54.09 0.8 0.33
Hex 95 88 11 0 9 59 2A 36 50 21
Octal 225 210 21 0 11 131 52 66 120 41
Binary 10010101 10001000 10001 0 1001 1011001 101010 110110 1010000 100001

Color Harmonies of #958811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958811

Black with #958811

Text Example


Text Example

White with #958811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958811; }

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

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

background-color css

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

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

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

border-color css

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

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

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