Html Css Color HEX #918223 Lemon Ginger

📋 copy color: '#918223'

red 145 ◦ green 130 ◦ blue 35

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

Shades of Lemon Ginger #918223

Tints of Lemon Ginger #918223

RGB

 RED value IS 145 (57.03% from 255) = 46.77%

 GREEN value IS 130 (51.17% from 255) = 41.94%

 BLUE value IS 35 (14.06% from 255) = 11.29%

R = 46.77%
G = 41.94%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.43

RGB Variations

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

Color information

#918223 (or 0x918223) is known color: Lemon Ginger. HEX triplet: 91, 82 and 23. RGB value is (145,130,35). Sum of RGB (Red+Green+Blue) = 145+130+35=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #918223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918223 is #6E7DDC. Grayscale: #7C7C7C. Windows color (decimal): -7241181 or 2327185. OLE color: 2327185.

HSL color Cylindrical-coordinate representation of color #918223: hue angle of 51.82º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #918223 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 130 35 -
CMYK 0 0.10 0.76 0.43
HSL 51.82º 0.61% 0.35% -
HSV(B) 51.82º 0.76% 0.57% -
XYZ 19.96 22.11 4.8 -
YUV 123.66 77.97 143.22 -
System Red Green Blue C M Y K H S L
Decimal 145 130 35 0 0.10 0.76 0.43 51.82 0.61 0.35
Hex 91 82 23 0 A 4C 2B 34 3D 23
Octal 221 202 43 0 12 114 53 64 75 43
Binary 10010001 10000010 100011 0 1010 1001100 101011 110100 111101 100011

Color Harmonies of #918223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918223

Black with #918223

Text Example


Text Example

White with #918223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918223; }

 p { color: rgb(145,130,35); }

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

background-color css

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

 a { background-color: rgb(145,130,35); }

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

border-color css

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

 span { border-color: rgb(145,130,35); }

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