Html Css Color HEX #917B2D Lemon Ginger

📋 copy color: '#917B2D'

red 145 ◦ green 123 ◦ blue 45

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

Shades of Lemon Ginger #917B2D

Tints of Lemon Ginger #917B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 46.33%
G = 39.3%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#917B2D (or 0x917B2D) is known color: Lemon Ginger. HEX triplet: 91, 7B and 2D. RGB value is (145,123,45). Sum of RGB (Red+Green+Blue) = 145+123+45=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #917B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B2D is #6E84D2. Grayscale: #797979. Windows color (decimal): -7242963 or 2980753. OLE color: 2980753.

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

Color convert

RGB 145 123 45 -
CMYK 0 0.15 0.69 0.43
HSL 46.8º 0.53% 0.37% -
HSV(B) 46.8º 0.69% 0.57% -
XYZ 19.23 20.38 5.4 -
YUV 120.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 145 123 45 0 0.15 0.69 0.43 46.8 0.53 0.37
Hex 91 7B 2D 0 F 45 2B 2F 35 25
Octal 221 173 55 0 17 105 53 57 65 45
Binary 10010001 1111011 101101 0 1111 1000101 101011 101111 110101 100101

Color Harmonies of #917B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B2D

Black with #917B2D

Text Example


Text Example

White with #917B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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