Html Css Color HEX #918325 Lemon Ginger

📋 copy color: '#918325'

red 145 ◦ green 131 ◦ blue 37

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

Shades of Lemon Ginger #918325

Tints of Lemon Ginger #918325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.82%

R = 46.33%
G = 41.85%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#918325 (or 0x918325) is known color: Lemon Ginger. HEX triplet: 91, 83 and 25. RGB value is (145,131,37). Sum of RGB (Red+Green+Blue) = 145+131+37=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #918325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918325 is #6E7CDA. Grayscale: #7C7C7C. Windows color (decimal): -7240923 or 2458513. OLE color: 2458513.

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

Color convert

RGB 145 131 37 -
CMYK 0 0.10 0.74 0.43
HSL 52.22º 0.59% 0.36% -
HSV(B) 52.22º 0.74% 0.57% -
XYZ 20.13 22.39 5.01 -
YUV 124.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 145 131 37 0 0.10 0.74 0.43 52.22 0.59 0.36
Hex 91 83 25 0 A 4A 2B 34 3B 24
Octal 221 203 45 0 12 112 53 64 73 44
Binary 10010001 10000011 100101 0 1010 1001010 101011 110100 111011 100100

Color Harmonies of #918325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918325

Black with #918325

Text Example


Text Example

White with #918325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918325; }

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

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

background-color css

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

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

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

border-color css

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

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

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