Html Css Color HEX #918826 Lemon Ginger

📋 copy color: '#918826'

red 145 ◦ green 136 ◦ blue 38

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

Shades of Lemon Ginger #918826

Tints of Lemon Ginger #918826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.91%

R = 45.45%
G = 42.63%
B = 11.91%

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

#918826 (or 0x918826) is known color: Lemon Ginger. HEX triplet: 91, 88 and 26. RGB value is (145,136,38). Sum of RGB (Red+Green+Blue) = 145+136+38=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #918826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918826 is #6E77D9. Grayscale: #7F7F7F. Windows color (decimal): -7239642 or 2525329. OLE color: 2525329.

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

Color convert

RGB 145 136 38 -
CMYK 0 0.06 0.74 0.43
HSL 54.95º 0.58% 0.36% -
HSV(B) 54.95º 0.74% 0.57% -
XYZ 20.83 23.77 5.32 -
YUV 127.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 145 136 38 0 0.06 0.74 0.43 54.95 0.58 0.36
Hex 91 88 26 0 6 4A 2B 37 3A 24
Octal 221 210 46 0 6 112 53 67 72 44
Binary 10010001 10001000 100110 0 110 1001010 101011 110111 111010 100100

Color Harmonies of #918826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918826

Black with #918826

Text Example


Text Example

White with #918826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918826; }

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

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

background-color css

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

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

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

border-color css

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

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

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