Html Css Color HEX #917F29 Lemon Ginger

📋 copy color: '#917F29'

red 145 ◦ green 127 ◦ blue 41

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

Shades of Lemon Ginger #917F29

Tints of Lemon Ginger #917F29

RGB

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

 GREEN value IS 127 (50% from 255) = 40.58%

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 46.33%
G = 40.58%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#917F29 (or 0x917F29) is known color: Lemon Ginger. HEX triplet: 91, 7F and 29. RGB value is (145,127,41). Sum of RGB (Red+Green+Blue) = 145+127+41=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #917F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F29 is #6E80D6. Grayscale: #7A7A7A. Windows color (decimal): -7241943 or 2719633. OLE color: 2719633.

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

Color convert

RGB 145 127 41 -
CMYK 0 0.12 0.72 0.43
HSL 49.62º 0.56% 0.36% -
HSV(B) 49.62º 0.72% 0.57% -
XYZ 19.67 21.36 5.18 -
YUV 122.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 145 127 41 0 0.12 0.72 0.43 49.62 0.56 0.36
Hex 91 7F 29 0 C 48 2B 32 38 24
Octal 221 177 51 0 14 110 53 62 70 44
Binary 10010001 1111111 101001 0 1100 1001000 101011 110010 111000 100100

Color Harmonies of #917F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F29

Black with #917F29

Text Example


Text Example

White with #917F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,127,41); }

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

background-color css

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

 a { background-color: rgb(145,127,41); }

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

border-color css

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

 span { border-color: rgb(145,127,41); }

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