Html Css Color HEX #917B2E Lemon Ginger

📋 copy color: '#917B2E'

red 145 ◦ green 123 ◦ blue 46

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

Shades of Lemon Ginger #917B2E

Tints of Lemon Ginger #917B2E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.17%

 BLUE value IS 46 (18.36% from 255) = 14.65%

R = 46.18%
G = 39.17%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#917B2E (or 0x917B2E) is known color: Lemon Ginger. HEX triplet: 91, 7B and 2E. RGB value is (145,123,46). Sum of RGB (Red+Green+Blue) = 145+123+46=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #917B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B2E is #6E84D1. Grayscale: #797979. Windows color (decimal): -7242962 or 3046289. OLE color: 3046289.

HSL color Cylindrical-coordinate representation of color #917B2E: hue angle of 46.67º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #917B2E is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 123 46 -
CMYK 0 0.15 0.68 0.43
HSL 46.67º 0.52% 0.37% -
HSV(B) 46.67º 0.68% 0.57% -
XYZ 19.25 20.38 5.5 -
YUV 120.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 145 123 46 0 0.15 0.68 0.43 46.67 0.52 0.37
Hex 91 7B 2E 0 F 44 2B 2F 34 25
Octal 221 173 56 0 17 104 53 57 64 45
Binary 10010001 1111011 101110 0 1111 1000100 101011 101111 110100 100101

Color Harmonies of #917B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B2E

Black with #917B2E

Text Example


Text Example

White with #917B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,123,46); }

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

background-color css

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

 a { background-color: rgb(145,123,46); }

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

border-color css

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

 span { border-color: rgb(145,123,46); }

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