Html Css Color HEX #927D25 Lemon Ginger

📋 copy color: '#927D25'

red 146 ◦ green 125 ◦ blue 37

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

Shades of Lemon Ginger #927D25

Tints of Lemon Ginger #927D25

RGB

 RED value IS 146 (57.42% from 255) = 47.4%

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

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

R = 47.4%
G = 40.58%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#927D25 (or 0x927D25) is known color: Lemon Ginger. HEX triplet: 92, 7D and 25. RGB value is (146,125,37). Sum of RGB (Red+Green+Blue) = 146+125+37=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #927D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D25 is #6D82DA. Grayscale: #797979. Windows color (decimal): -7176923 or 2456978. OLE color: 2456978.

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

Color convert

RGB 146 125 37 -
CMYK 0 0.14 0.75 0.43
HSL 48.44º 0.6% 0.36% -
HSV(B) 48.44º 0.75% 0.57% -
XYZ 19.52 20.91 4.76 -
YUV 121.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 146 125 37 0 0.14 0.75 0.43 48.44 0.6 0.36
Hex 92 7D 25 0 E 4B 2B 30 3C 24
Octal 222 175 45 0 16 113 53 60 74 44
Binary 10010010 1111101 100101 0 1110 1001011 101011 110000 111100 100100

Color Harmonies of #927D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927D25

Black with #927D25

Text Example


Text Example

White with #927D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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