Html Css Color HEX #958816 Lemon Ginger

📋 copy color: '#958816'

red 149 ◦ green 136 ◦ blue 22

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

Shades of Lemon Ginger #958816

Tints of Lemon Ginger #958816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.17%

R = 48.53%
G = 44.3%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#958816 (or 0x958816) is known color: Lemon Ginger. HEX triplet: 95, 88 and 16. RGB value is (149,136,22). Sum of RGB (Red+Green+Blue) = 149+136+22=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #958816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958816 is #6A77E9. Grayscale: #7F7F7F. Windows color (decimal): -6977514 or 1476757. OLE color: 1476757.

HSL color Cylindrical-coordinate representation of color #958816: hue angle of 53.86º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #958816 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 22 -
CMYK 0 0.09 0.85 0.42
HSL 53.86º 0.74% 0.34% -
HSV(B) 53.86º 0.85% 0.58% -
XYZ 21.34 24.06 4.28 -
YUV 126.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 149 136 22 0 0.09 0.85 0.42 53.86 0.74 0.34
Hex 95 88 16 0 9 55 2A 36 4A 22
Octal 225 210 26 0 11 125 52 66 112 42
Binary 10010101 10001000 10110 0 1001 1010101 101010 110110 1001010 100010

Color Harmonies of #958816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958816

Black with #958816

Text Example


Text Example

White with #958816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958816; }

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

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

background-color css

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

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

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

border-color css

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

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

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