Html Css Color HEX #927F31 Lemon Ginger

📋 copy color: '#927F31'

red 146 ◦ green 127 ◦ blue 49

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

Shades of Lemon Ginger #927F31

Tints of Lemon Ginger #927F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.22%

R = 45.34%
G = 39.44%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#927F31 (or 0x927F31) is known color: Lemon Ginger. HEX triplet: 92, 7F and 31. RGB value is (146,127,49). Sum of RGB (Red+Green+Blue) = 146+127+49=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #927F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927F31 is #6D80CE. Grayscale: #7C7C7C. Windows color (decimal): -7176399 or 3243922. OLE color: 3243922.

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

Color convert

RGB 146 127 49 -
CMYK 0 0.13 0.66 0.43
HSL 48.25º 0.5% 0.38% -
HSV(B) 48.25º 0.66% 0.57% -
XYZ 20 21.51 6 -
YUV 123.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 146 127 49 0 0.13 0.66 0.43 48.25 0.5 0.38
Hex 92 7F 31 0 D 42 2B 30 32 26
Octal 222 177 61 0 15 102 53 60 62 46
Binary 10010010 1111111 110001 0 1101 1000010 101011 110000 110010 100110

Color Harmonies of #927F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927F31

Black with #927F31

Text Example


Text Example

White with #927F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,127,49); }

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

background-color css

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

 a { background-color: rgb(146,127,49); }

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

border-color css

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

 span { border-color: rgb(146,127,49); }

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