Html Css Color HEX #918825 Lemon Ginger

📋 copy color: '#918825'

red 145 ◦ green 136 ◦ blue 37

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

Shades of Lemon Ginger #918825

Tints of Lemon Ginger #918825

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

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

R = 45.6%
G = 42.77%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#918825 (or 0x918825) is known color: Lemon Ginger. HEX triplet: 91, 88 and 25. RGB value is (145,136,37). Sum of RGB (Red+Green+Blue) = 145+136+37=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #918825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918825 is #6E77DA. Grayscale: #7F7F7F. Windows color (decimal): -7239643 or 2459793. OLE color: 2459793.

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

Color convert

RGB 145 136 37 -
CMYK 0 0.06 0.74 0.43
HSL 55º 0.59% 0.36% -
HSV(B) 55º 0.74% 0.57% -
XYZ 20.82 23.76 5.24 -
YUV 127.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 145 136 37 0 0.06 0.74 0.43 55 0.59 0.36
Hex 91 88 25 0 6 4A 2B 37 3B 24
Octal 221 210 45 0 6 112 53 67 73 44
Binary 10010001 10001000 100101 0 110 1001010 101011 110111 111011 100100

Color Harmonies of #918825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918825

Black with #918825

Text Example


Text Example

White with #918825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918825; }

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

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

background-color css

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

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

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

border-color css

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

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

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