Html Css Color HEX #917D25 Lemon Ginger

📋 copy color: '#917D25'

red 145 ◦ green 125 ◦ blue 37

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

Shades of Lemon Ginger #917D25

Tints of Lemon Ginger #917D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.05%

R = 47.23%
G = 40.72%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#917D25 (or 0x917D25) is known color: Lemon Ginger. HEX triplet: 91, 7D and 25. RGB value is (145,125,37). Sum of RGB (Red+Green+Blue) = 145+125+37=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #917D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D25 is #6E82DA. Grayscale: #797979. Windows color (decimal): -7242459 or 2456977. OLE color: 2456977.

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

Color convert

RGB 145 125 37 -
CMYK 0 0.14 0.74 0.43
HSL 48.89º 0.59% 0.36% -
HSV(B) 48.89º 0.74% 0.57% -
XYZ 19.34 20.82 4.75 -
YUV 120.95 80.63 145.16 -
System Red Green Blue C M Y K H S L
Decimal 145 125 37 0 0.14 0.74 0.43 48.89 0.59 0.36
Hex 91 7D 25 0 E 4A 2B 31 3B 24
Octal 221 175 45 0 16 112 53 61 73 44
Binary 10010001 1111101 100101 0 1110 1001010 101011 110001 111011 100100

Color Harmonies of #917D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D25

Black with #917D25

Text Example


Text Example

White with #917D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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