Html Css Color HEX #958722 Lemon Ginger

📋 copy color: '#958722'

red 149 ◦ green 135 ◦ blue 34

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

Shades of Lemon Ginger #958722

Tints of Lemon Ginger #958722

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.45%

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

R = 46.86%
G = 42.45%
B = 10.69%

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

#958722 (or 0x958722) is known color: Lemon Ginger. HEX triplet: 95, 87 and 22. RGB value is (149,135,34). Sum of RGB (Red+Green+Blue) = 149+135+34=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #958722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958722 is #6A78DD. Grayscale: #808080. Windows color (decimal): -6977758 or 2262933. OLE color: 2262933.

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

Color convert

RGB 149 135 34 -
CMYK 0 0.09 0.77 0.42
HSL 52.7º 0.63% 0.36% -
HSV(B) 52.7º 0.77% 0.58% -
XYZ 21.35 23.83 4.99 -
YUV 127.67 75.14 143.21 -
System Red Green Blue C M Y K H S L
Decimal 149 135 34 0 0.09 0.77 0.42 52.7 0.63 0.36
Hex 95 87 22 0 9 4D 2A 35 3F 24
Octal 225 207 42 0 11 115 52 65 77 44
Binary 10010101 10000111 100010 0 1001 1001101 101010 110101 111111 100100

Color Harmonies of #958722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958722

Black with #958722

Text Example


Text Example

White with #958722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958722; }

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

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

background-color css

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

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

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

border-color css

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

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

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