Html Css Color HEX #918525 Lemon Ginger

📋 copy color: '#918525'

red 145 ◦ green 133 ◦ blue 37

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

Shades of Lemon Ginger #918525

Tints of Lemon Ginger #918525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.22%

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

R = 46.03%
G = 42.22%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#918525 (or 0x918525) is known color: Lemon Ginger. HEX triplet: 91, 85 and 25. RGB value is (145,133,37). Sum of RGB (Red+Green+Blue) = 145+133+37=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #918525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918525 is #6E7ADA. Grayscale: #7E7E7E. Windows color (decimal): -7240411 or 2459025. OLE color: 2459025.

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

Color convert

RGB 145 133 37 -
CMYK 0 0.08 0.74 0.43
HSL 53.33º 0.59% 0.36% -
HSV(B) 53.33º 0.74% 0.57% -
XYZ 20.4 22.93 5.1 -
YUV 125.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 145 133 37 0 0.08 0.74 0.43 53.33 0.59 0.36
Hex 91 85 25 0 8 4A 2B 35 3B 24
Octal 221 205 45 0 10 112 53 65 73 44
Binary 10010001 10000101 100101 0 1000 1001010 101011 110101 111011 100100

Color Harmonies of #918525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918525

Black with #918525

Text Example


Text Example

White with #918525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918525; }

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

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

background-color css

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

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

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

border-color css

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

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

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