Html Css Color HEX #917D27 Lemon Ginger

📋 copy color: '#917D27'

red 145 ◦ green 125 ◦ blue 39

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

Shades of Lemon Ginger #917D27

Tints of Lemon Ginger #917D27

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.45%

 BLUE value IS 39 (15.63% from 255) = 12.62%

R = 46.93%
G = 40.45%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#917D27 (or 0x917D27) is known color: Lemon Ginger. HEX triplet: 91, 7D and 27. RGB value is (145,125,39). Sum of RGB (Red+Green+Blue) = 145+125+39=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #917D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D27 is #6E82D8. Grayscale: #797979. Windows color (decimal): -7242457 or 2588049. OLE color: 2588049.

HSL color Cylindrical-coordinate representation of color #917D27: hue angle of 48.68º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #917D27 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 125 39 -
CMYK 0 0.14 0.73 0.43
HSL 48.68º 0.58% 0.36% -
HSV(B) 48.68º 0.73% 0.57% -
XYZ 19.38 20.83 4.92 -
YUV 121.18 81.63 144.99 -
System Red Green Blue C M Y K H S L
Decimal 145 125 39 0 0.14 0.73 0.43 48.68 0.58 0.36
Hex 91 7D 27 0 E 49 2B 31 3A 24
Octal 221 175 47 0 16 111 53 61 72 44
Binary 10010001 1111101 100111 0 1110 1001001 101011 110001 111010 100100

Color Harmonies of #917D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D27

Black with #917D27

Text Example


Text Example

White with #917D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,125,39); }

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

background-color css

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

 a { background-color: rgb(145,125,39); }

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

border-color css

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

 span { border-color: rgb(145,125,39); }

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