Html Css Color HEX #918323 Lemon Ginger

📋 copy color: '#918323'

red 145 ◦ green 131 ◦ blue 35

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

Shades of Lemon Ginger #918323

Tints of Lemon Ginger #918323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.12%

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

R = 46.62%
G = 42.12%
B = 11.25%

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

#918323 (or 0x918323) is known color: Lemon Ginger. HEX triplet: 91, 83 and 23. RGB value is (145,131,35). Sum of RGB (Red+Green+Blue) = 145+131+35=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #918323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918323 is #6E7CDC. Grayscale: #7C7C7C. Windows color (decimal): -7240925 or 2327441. OLE color: 2327441.

HSL color Cylindrical-coordinate representation of color #918323: hue angle of 52.36º 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 #918323 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 131 35 -
CMYK 0 0.10 0.76 0.43
HSL 52.36º 0.61% 0.35% -
HSV(B) 52.36º 0.76% 0.57% -
XYZ 20.1 22.37 4.85 -
YUV 124.24 77.64 142.81 -
System Red Green Blue C M Y K H S L
Decimal 145 131 35 0 0.10 0.76 0.43 52.36 0.61 0.35
Hex 91 83 23 0 A 4C 2B 34 3D 23
Octal 221 203 43 0 12 114 53 64 75 43
Binary 10010001 10000011 100011 0 1010 1001100 101011 110100 111101 100011

Color Harmonies of #918323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918323

Black with #918323

Text Example


Text Example

White with #918323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918323; }

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

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

background-color css

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

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

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

border-color css

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

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

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