Html Css Color HEX #958822 Lemon Ginger

📋 copy color: '#958822'

red 149 ◦ green 136 ◦ blue 34

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

Shades of Lemon Ginger #958822

Tints of Lemon Ginger #958822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.66%

R = 46.71%
G = 42.63%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#958822 (or 0x958822) is known color: Lemon Ginger. HEX triplet: 95, 88 and 22. RGB value is (149,136,34). Sum of RGB (Red+Green+Blue) = 149+136+34=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #958822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958822 is #6A77DD. Grayscale: #808080. Windows color (decimal): -6977502 or 2263189. OLE color: 2263189.

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

Color convert

RGB 149 136 34 -
CMYK 0 0.09 0.77 0.42
HSL 53.22º 0.63% 0.36% -
HSV(B) 53.22º 0.77% 0.58% -
XYZ 21.49 24.11 5.04 -
YUV 128.26 74.81 142.79 -
System Red Green Blue C M Y K H S L
Decimal 149 136 34 0 0.09 0.77 0.42 53.22 0.63 0.36
Hex 95 88 22 0 9 4D 2A 35 3F 24
Octal 225 210 42 0 11 115 52 65 77 44
Binary 10010101 10001000 100010 0 1001 1001101 101010 110101 111111 100100

Color Harmonies of #958822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958822

Black with #958822

Text Example


Text Example

White with #958822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958822; }

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

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

background-color css

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

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

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

border-color css

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

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

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