Html Css Color HEX #918919 Lemon Ginger

📋 copy color: '#918919'

red 145 ◦ green 137 ◦ blue 25

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

Shades of Lemon Ginger #918919

Tints of Lemon Ginger #918919

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

 BLUE value IS 25 (10.16% from 255) = 8.14%

R = 47.23%
G = 44.63%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#918919 (or 0x918919) is known color: Lemon Ginger. HEX triplet: 91, 89 and 19. RGB value is (145,137,25). Sum of RGB (Red+Green+Blue) = 145+137+25=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #918919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918919 is #6E76E6. Grayscale: #7F7F7F. Windows color (decimal): -7239399 or 1673617. OLE color: 1673617.

HSL color Cylindrical-coordinate representation of color #918919: hue angle of 56º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #918919 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 137 25 -
CMYK 0 0.06 0.83 0.43
HSL 56º 0.71% 0.33% -
HSV(B) 56º 0.83% 0.57% -
XYZ 20.8 23.98 4.45 -
YUV 126.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 145 137 25 0 0.06 0.83 0.43 56 0.71 0.33
Hex 91 89 19 0 6 53 2B 38 47 21
Octal 221 211 31 0 6 123 53 70 107 41
Binary 10010001 10001001 11001 0 110 1010011 101011 111000 1000111 100001

Color Harmonies of #918919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918919

Black with #918919

Text Example


Text Example

White with #918919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918919; }

 p { color: rgb(145,137,25); }

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

background-color css

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

 a { background-color: rgb(145,137,25); }

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

border-color css

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

 span { border-color: rgb(145,137,25); }

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