Html Css Color HEX #927D33 Lemon Ginger

📋 copy color: '#927D33'

red 146 ◦ green 125 ◦ blue 51

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

Shades of Lemon Ginger #927D33

Tints of Lemon Ginger #927D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.84%

R = 45.34%
G = 38.82%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#927D33 (or 0x927D33) is known color: Lemon Ginger. HEX triplet: 92, 7D and 33. RGB value is (146,125,51). Sum of RGB (Red+Green+Blue) = 146+125+51=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #927D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D33 is #6D82CC. Grayscale: #7B7B7B. Windows color (decimal): -7176909 or 3374482. OLE color: 3374482.

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

Color convert

RGB 146 125 51 -
CMYK 0 0.14 0.65 0.43
HSL 46.74º 0.48% 0.39% -
HSV(B) 46.74º 0.65% 0.57% -
XYZ 19.79 21.02 6.15 -
YUV 122.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 146 125 51 0 0.14 0.65 0.43 46.74 0.48 0.39
Hex 92 7D 33 0 E 41 2B 2F 30 27
Octal 222 175 63 0 16 101 53 57 60 47
Binary 10010010 1111101 110011 0 1110 1000001 101011 101111 110000 100111

Color Harmonies of #927D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927D33

Black with #927D33

Text Example


Text Example

White with #927D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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