Html Css Color HEX #917B1E Lemon Ginger

📋 copy color: '#917B1E'

red 145 ◦ green 123 ◦ blue 30

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

Shades of Lemon Ginger #917B1E

Tints of Lemon Ginger #917B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 48.66%
G = 41.28%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#917B1E (or 0x917B1E) is known color: Lemon Ginger. HEX triplet: 91, 7B and 1E. RGB value is (145,123,30). Sum of RGB (Red+Green+Blue) = 145+123+30=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #917B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B1E is #6E84E1. Grayscale: #777777. Windows color (decimal): -7242978 or 1997713. OLE color: 1997713.

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

Color convert

RGB 145 123 30 -
CMYK 0 0.15 0.79 0.43
HSL 48.52º 0.66% 0.34% -
HSV(B) 48.52º 0.79% 0.57% -
XYZ 18.99 20.28 4.14 -
YUV 118.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 145 123 30 0 0.15 0.79 0.43 48.52 0.66 0.34
Hex 91 7B 1E 0 F 4F 2B 31 42 22
Octal 221 173 36 0 17 117 53 61 102 42
Binary 10010001 1111011 11110 0 1111 1001111 101011 110001 1000010 100010

Color Harmonies of #917B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B1E

Black with #917B1E

Text Example


Text Example

White with #917B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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