Html Css Color HEX #917B2A Lemon Ginger

📋 copy color: '#917B2A'

red 145 ◦ green 123 ◦ blue 42

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

Shades of Lemon Ginger #917B2A

Tints of Lemon Ginger #917B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.55%

R = 46.77%
G = 39.68%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#917B2A (or 0x917B2A) is known color: Lemon Ginger. HEX triplet: 91, 7B and 2A. RGB value is (145,123,42). Sum of RGB (Red+Green+Blue) = 145+123+42=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #917B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B2A is #6E84D5. Grayscale: #787878. Windows color (decimal): -7242966 or 2784145. OLE color: 2784145.

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

Color convert

RGB 145 123 42 -
CMYK 0 0.15 0.71 0.43
HSL 47.18º 0.55% 0.37% -
HSV(B) 47.18º 0.71% 0.57% -
XYZ 19.18 20.35 5.11 -
YUV 120.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 145 123 42 0 0.15 0.71 0.43 47.18 0.55 0.37
Hex 91 7B 2A 0 F 47 2B 2F 37 25
Octal 221 173 52 0 17 107 53 57 67 45
Binary 10010001 1111011 101010 0 1111 1000111 101011 101111 110111 100101

Color Harmonies of #917B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B2A

Black with #917B2A

Text Example


Text Example

White with #917B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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