Html Css Color HEX #927B2F Lemon Ginger

📋 copy color: '#927B2F'

red 146 ◦ green 123 ◦ blue 47

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

Shades of Lemon Ginger #927B2F

Tints of Lemon Ginger #927B2F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.92%

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 46.2%
G = 38.92%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#927B2F (or 0x927B2F) is known color: Lemon Ginger. HEX triplet: 92, 7B and 2F. RGB value is (146,123,47). Sum of RGB (Red+Green+Blue) = 146+123+47=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #927B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927B2F is #6D84D0. Grayscale: #797979. Windows color (decimal): -7177425 or 3111826. OLE color: 3111826.

HSL color Cylindrical-coordinate representation of color #927B2F: hue angle of 46.06º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #927B2F is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 123 47 -
CMYK 0 0.16 0.68 0.43
HSL 46.06º 0.51% 0.38% -
HSV(B) 46.06º 0.68% 0.57% -
XYZ 19.45 20.48 5.62 -
YUV 121.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 146 123 47 0 0.16 0.68 0.43 46.06 0.51 0.38
Hex 92 7B 2F 0 10 44 2B 2E 33 26
Octal 222 173 57 0 20 104 53 56 63 46
Binary 10010010 1111011 101111 0 10000 1000100 101011 101110 110011 100110

Color Harmonies of #927B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927B2F

Black with #927B2F

Text Example


Text Example

White with #927B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,123,47); }

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

background-color css

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

 a { background-color: rgb(146,123,47); }

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

border-color css

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

 span { border-color: rgb(146,123,47); }

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