Html Css Color HEX #917E30 Lemon Ginger

📋 copy color: '#917E30'

red 145 ◦ green 126 ◦ blue 48

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

Shades of Lemon Ginger #917E30

Tints of Lemon Ginger #917E30

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.5%

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 45.45%
G = 39.5%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#917E30 (or 0x917E30) is known color: Lemon Ginger. HEX triplet: 91, 7E and 30. RGB value is (145,126,48). Sum of RGB (Red+Green+Blue) = 145+126+48=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #917E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917E30 is #6E81CF. Grayscale: #7B7B7B. Windows color (decimal): -7242192 or 3178129. OLE color: 3178129.

HSL color Cylindrical-coordinate representation of color #917E30: hue angle of 48.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #917E30 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 126 48 -
CMYK 0 0.13 0.67 0.43
HSL 48.25º 0.5% 0.38% -
HSV(B) 48.25º 0.67% 0.57% -
XYZ 19.67 21.15 5.84 -
YUV 122.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 145 126 48 0 0.13 0.67 0.43 48.25 0.5 0.38
Hex 91 7E 30 0 D 43 2B 30 32 26
Octal 221 176 60 0 15 103 53 60 62 46
Binary 10010001 1111110 110000 0 1101 1000011 101011 110000 110010 100110

Color Harmonies of #917E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E30

Black with #917E30

Text Example


Text Example

White with #917E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917E30; }

 p { color: rgb(145,126,48); }

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

background-color css

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

 a { background-color: rgb(145,126,48); }

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

border-color css

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

 span { border-color: rgb(145,126,48); }

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