Html Css Color HEX #917B30 Lemon Ginger

📋 copy color: '#917B30'

red 145 ◦ green 123 ◦ blue 48

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

Shades of Lemon Ginger #917B30

Tints of Lemon Ginger #917B30

RGB

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

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

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

R = 45.89%
G = 38.92%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#917B30 (or 0x917B30) is known color: Lemon Ginger. HEX triplet: 91, 7B and 30. RGB value is (145,123,48). Sum of RGB (Red+Green+Blue) = 145+123+48=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #917B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B30 is #6E84CF. Grayscale: #797979. Windows color (decimal): -7242960 or 3177361. OLE color: 3177361.

HSL color Cylindrical-coordinate representation of color #917B30: hue angle of 46.39º 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 #917B30 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 123 48 -
CMYK 0 0.15 0.67 0.43
HSL 46.39º 0.5% 0.38% -
HSV(B) 46.39º 0.67% 0.57% -
XYZ 19.29 20.4 5.72 -
YUV 121.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 145 123 48 0 0.15 0.67 0.43 46.39 0.5 0.38
Hex 91 7B 30 0 F 43 2B 2E 32 26
Octal 221 173 60 0 17 103 53 56 62 46
Binary 10010001 1111011 110000 0 1111 1000011 101011 101110 110010 100110

Color Harmonies of #917B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B30

Black with #917B30

Text Example


Text Example

White with #917B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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